mirror of
https://github.com/actions/hello-world-javascript-action.git
synced 2025-12-12 12:37:38 +00:00
Update Node.js version to 24.x in config files
Bump Node.js version from 20.18.1 to 24.4.0 in .node-version and update GitHub Action to use node24 in action.yml for compatibility with the latest Node.js features.
This commit is contained in:
@@ -1 +1 @@
|
|||||||
20.18.1
|
24.4.0
|
||||||
|
|||||||
@@ -15,5 +15,5 @@ outputs:
|
|||||||
description: The time we greeted you
|
description: The time we greeted you
|
||||||
|
|
||||||
runs:
|
runs:
|
||||||
using: node20
|
using: node24
|
||||||
main: dist/index.js
|
main: dist/index.js
|
||||||
|
|||||||
Reference in New Issue
Block a user