mirror of
https://github.com/actions/typescript-action.git
synced 2025-04-06 07:19:51 +00:00
Switch Node versioning to engines
This commit is contained in:
@ -18,6 +18,9 @@
|
||||
"setup"
|
||||
],
|
||||
"main": "dist/index.js",
|
||||
"engines": {
|
||||
"node": ">=16"
|
||||
},
|
||||
"scripts": {
|
||||
"bundle": "npm run format:write && npm run package",
|
||||
"ci-test": "jest",
|
||||
|
Reference in New Issue
Block a user