Provide a maximum node version in package.json

As recommended here https://github.com/github/vscode-codeql/pull/1369#issuecomment-1142418037, since the current build for this extension does not work with Node v18 https://github.com/github/vscode-codeql/issues/1373, it would be good to set a maximum node version until this gets addressed.

So we're updating `engines` here to allow for a maximum version, which in this case is v17.0.0.
This commit is contained in:
Elena Tanasoiu
2022-06-01 12:25:43 +01:00
parent 8964ec1a4d
commit 5f21594d23
2 changed files with 2 additions and 2 deletions

View File

@@ -114,7 +114,7 @@
"webpack-cli": "^4.6.0"
},
"engines": {
"node": ">=16.11.25",
"node": "^16.13.0",
"npm": ">=7.20.6",
"vscode": "^1.59.0"
}

View File

@@ -14,7 +14,7 @@
},
"engines": {
"vscode": "^1.59.0",
"node": ">=16.11.25",
"node": "^16.13.0",
"npm": ">=7.20.6"
},
"categories": [