mirror of
https://github.com/actions/deploy-pages.git
synced 2026-03-27 16:34:53 +00:00
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:
@@ -1 +1 @@
|
|||||||
20.10.0
|
24.4.0
|
||||||
@@ -2,7 +2,7 @@ name: 'Deploy GitHub Pages site'
|
|||||||
description: 'A GitHub Action to deploy an artifact as a GitHub Pages site'
|
description: 'A GitHub Action to deploy an artifact as a GitHub Pages site'
|
||||||
author: 'GitHub'
|
author: 'GitHub'
|
||||||
runs:
|
runs:
|
||||||
using: 'node20'
|
using: 'node24'
|
||||||
main: 'dist/index.js'
|
main: 'dist/index.js'
|
||||||
inputs:
|
inputs:
|
||||||
token:
|
token:
|
||||||
|
|||||||
Reference in New Issue
Block a user