Require node24 in package.json

ref. https://github.com/actions/typescript-action/pull/1093
This commit is contained in:
Toshimaru
2025-12-21 09:38:23 +09:00
committed by GitHub
parent 889a61e848
commit 6db5bac894

View File

@@ -20,7 +20,7 @@
".": "./dist/index.js"
},
"engines": {
"node": ">=20"
"node": ">=24"
},
"scripts": {
"bundle": "npm run format:write && npm run package",