mirror of
https://github.com/golangci/golangci-lint-action.git
synced 2025-12-12 22:11:15 +00:00
chore: min nodejs 24
This commit is contained in:
parent
9fca996440
commit
c6210e38a6
3 changed files with 7 additions and 1 deletions
|
|
@ -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
3
package-lock.json
generated
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -23,6 +23,9 @@
|
|||
},
|
||||
"author": "golangci",
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">=24.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@actions/cache": "^4.0.5",
|
||||
"@actions/core": "^1.11.1",
|
||||
|
|
|
|||
Loading…
Reference in a new issue