Upgrade Node version to 18.15.0

This commit is contained in:
Koen Vlaswinkel
2023-09-28 16:38:54 +02:00
parent 8b1c52886a
commit ae2d6ce16e
7 changed files with 115 additions and 22 deletions

View File

@@ -21,6 +21,7 @@ The following files will need to be updated:
- `extensions/ql-vscode/.nvmrc` - this will enable nvm to automatically switch to the correct node version when you're in the project folder
- `extensions/ql-vscode/package-lock.json` - the "engines.node: '[VERSION]'" setting
- `extensions/ql-vscode/package.json` - the "engines.node: '[VERSION]'" setting
- `extensions/ql-vscode/package.json` - the "@types/node: '[VERSION]'" dependency
## Node.js version used in tests