We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82f6649 commit eddf079Copy full SHA for eddf079
2 files changed
action.yml
@@ -35,5 +35,5 @@ outputs:
35
description: true if all files are valid, otherwise false
36
37
runs:
38
- using: node20
+ using: node24
39
main: dist/index.js
package.json
@@ -23,7 +23,7 @@
23
".": "./dist/index.js"
24
},
25
"engines": {
26
- "node": ">=20"
+ "node": ">=24"
27
28
"scripts": {
29
"bundle": "npm run format:write && npm run package",
0 commit comments