Skip to content

Commit 363c279

Browse files
authored
Merge pull request #586 from toshimaru/main
Require node v24 in `package.json`
2 parents 77944eb + 6db5bac commit 363c279

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

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

0 commit comments

Comments
 (0)