mirror of
https://github.com/actions/hello-world-javascript-action.git
synced 2025-12-17 07:45:24 +00:00
Merge pull request #212 from actions/node24
Update Node.js version to 24.x in config files
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