mirror of
https://github.com/actions/add-to-project.git
synced 2026-01-09 03:28:53 +08:00
set @types/node version to latest v16 release (#373)
* set @types/node version to latest v16 release * upgrade workflow to install Node 16 * update tsconfig to use es2015 target and libraries * pin to actual latest v16 package of @types/node
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
"devDependencies": {
|
||||
"@github/prettier-config": "^0.0.6",
|
||||
"@types/jest": "^27.5.0",
|
||||
"@types/node": "~16.18.25",
|
||||
"@types/node": "16.18.26",
|
||||
"@typescript-eslint/parser": "^5.59.2",
|
||||
"@vercel/ncc": "^0.36.1",
|
||||
"concurrently": "^8.0.1",
|
||||
|
||||
Reference in New Issue
Block a user