mirror of
https://github.com/actions/typescript-action.git
synced 2025-12-14 14:11:37 +00:00
build: bump up the required Node.JS version
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
"url": "git+https://github.com/actions/typescript-action.git"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^16.13.1"
|
||||
"node": "^16.14.0"
|
||||
},
|
||||
"keywords": [
|
||||
"actions",
|
||||
@@ -31,7 +31,7 @@
|
||||
"@actions/core": "^1.6.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^16.10.5",
|
||||
"@types/node": "^16.11.7",
|
||||
"@typescript-eslint/parser": "^5.8.1",
|
||||
"@vercel/ncc": "^0.31.1",
|
||||
"eslint": "^7.32.0",
|
||||
|
||||
Reference in New Issue
Block a user