chore: min nodejs 24

This commit is contained in:
Fernandez Ludovic 2025-09-08 13:20:32 +02:00
parent 9fca996440
commit c6210e38a6
3 changed files with 7 additions and 1 deletions

View file

@ -55,7 +55,7 @@ inputs:
default: '7'
required: false
runs:
using: "node20"
using: "node24"
main: "dist/run/index.js"
post: "dist/post_run/index.js"
branding:

3
package-lock.json generated
View file

@ -34,6 +34,9 @@
"eslint-plugin-simple-import-sort": "^12.1.1",
"prettier": "^3.6.2",
"typescript": "^5.9.2"
},
"engines": {
"node": ">=24.0.0"
}
},
"node_modules/@actions/cache": {

View file

@ -23,6 +23,9 @@
},
"author": "golangci",
"license": "MIT",
"engines": {
"node": ">=24.0.0"
},
"dependencies": {
"@actions/cache": "^4.0.5",
"@actions/core": "^1.11.1",