Skip to content

Commit eddf079

Browse files
authored
chore: run action on Node24 (#79)
BREAKING CHANGE: This action now runs on node24
1 parent 82f6649 commit eddf079

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ outputs:
3535
description: true if all files are valid, otherwise false
3636

3737
runs:
38-
using: node20
38+
using: node24
3939
main: dist/index.js

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
".": "./dist/index.js"
2424
},
2525
"engines": {
26-
"node": ">=20"
26+
"node": ">=24"
2727
},
2828
"scripts": {
2929
"bundle": "npm run format:write && npm run package",

0 commit comments

Comments
 (0)