Update Node.js version to 24.x

Bump Node.js version from 20.10.0 to 24.4.0 in .node-version and update action.yml to use node24 runtime for improved compatibility and support.
This commit is contained in:
Salman Muin Kayser Chishti
2025-07-29 13:52:03 +01:00
parent 854d7aa1b9
commit bbe2a950ee
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: