mirror of
https://github.com/actions/javascript-action.git
synced 2026-03-07 05:00:50 +08:00
Require node24 in package.json
ref. https://github.com/actions/typescript-action/pull/1093
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
".": "./dist/index.js"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=20"
|
||||
"node": ">=24"
|
||||
},
|
||||
"scripts": {
|
||||
"bundle": "npm run format:write && npm run package",
|
||||
|
||||
Reference in New Issue
Block a user