Skip to content

Commit e166182

Browse files
committed
Update to use Node 24
1 parent 3d1ff5e commit e166182

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
@@ -42,5 +42,5 @@ outputs:
4242
module:
4343
description: The Go module path (as specified by go.mod)
4444
runs:
45-
using: node20
45+
using: node24
4646
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": "^1.11.1",
2427
"node-fetch": "~2.7.0",

0 commit comments

Comments
 (0)