build: bump up the required Node.JS version

This commit is contained in:
Kengo TODA 2022-02-28 11:16:57 +08:00
parent c71c2a12df
commit 8178840eb0

View File

@ -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",