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
+1 -1
View File
@@ -20,7 +20,7 @@
".": "./dist/index.js" ".": "./dist/index.js"
}, },
"engines": { "engines": {
"node": ">=20" "node": ">=24"
}, },
"scripts": { "scripts": {
"bundle": "npm run format:write && npm run package", "bundle": "npm run format:write && npm run package",