mirror of
https://github.com/actions/hello-world-javascript-action.git
synced 2026-01-13 14:37:45 +08: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:
@@ -15,5 +15,5 @@ outputs:
|
||||
description: The time we greeted you
|
||||
|
||||
runs:
|
||||
using: node20
|
||||
using: node24
|
||||
main: dist/index.js
|
||||
|
||||
Reference in New Issue
Block a user