Merge pull request #404 from salmanmkc/node24

Update Node.js version to 24.x
This commit is contained in:
Fabian
2026-03-24 18:31:09 -05:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -1 +1 @@
20.10.0
24.4.0

View File

@@ -2,7 +2,7 @@ name: 'Deploy GitHub Pages site'
description: 'A GitHub Action to deploy an artifact as a GitHub Pages site'
author: 'GitHub'
runs:
using: 'node20'
using: 'node24'
main: 'dist/index.js'
inputs:
token: