Skip to content

Commit c3d6d49

Browse files
authored
Merge pull request #543 from arnested/node-24
Update to use Node 24 #major
2 parents 1ea3f02 + eeb3885 commit c3d6d49

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ outputs:
3838
module:
3939
description: The Go module path (as specified by go.mod)
4040
runs:
41-
using: node20
41+
using: node24
4242
main: dist/index.js

package-lock.json

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919
],
2020
"author": "Arne Jørgensen",
2121
"license": "MIT",
22+
"engines": {
23+
"node": ">=24"
24+
},
2225
"dependencies": {
2326
"@actions/core": "^2.0.1",
2427
"node-fetch": "~2.7.0",

0 commit comments

Comments
 (0)