mirror of
https://github.com/actions/javascript-action.git
synced 2025-04-05 23:09:41 +00:00
Set node version in package.json
This commit is contained in:
2
package-lock.json
generated
2
package-lock.json
generated
@ -29,7 +29,7 @@
|
||||
"rollup": "^4.27.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=21"
|
||||
"node": ">=20"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"@rollup/rollup-linux-x64-gnu": "*"
|
||||
|
@ -20,7 +20,7 @@
|
||||
".": "./dist/index.js"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=21"
|
||||
"node": ">=20"
|
||||
},
|
||||
"scripts": {
|
||||
"bundle": "npm run format:write && npm run package",
|
||||
|
Reference in New Issue
Block a user