Skip to content

Commit c6210e3

Browse files
committed
chore: min nodejs 24
1 parent 9fca996 commit c6210e3

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
@@ -55,7 +55,7 @@ inputs:
5555
default: '7'
5656
required: false
5757
runs:
58-
using: "node20"
58+
using: "node24"
5959
main: "dist/run/index.js"
6060
post: "dist/post_run/index.js"
6161
branding:

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
@@ -23,6 +23,9 @@
2323
},
2424
"author": "golangci",
2525
"license": "MIT",
26+
"engines": {
27+
"node": ">=24.0.0"
28+
},
2629
"dependencies": {
2730
"@actions/cache": "^4.0.5",
2831
"@actions/core": "^1.11.1",

0 commit comments

Comments
 (0)