Skip to content

Commit 495f632

Browse files
Update node-version.md
1 parent 929f543 commit 495f632

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/node-version.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,9 @@ The following files will need to be updated:
2020
- `extensions/ql-vscode/.nvmrc` - this will enable nvm to automatically switch to the correct node version when you're in the project folder
2121
- `extensions/ql-vscode/package-lock.json` - the "engines.node: '[VERSION]'" setting
2222
- `extensions/ql-vscode/package.json` - the "engines.node: '[VERSION]'" setting
23+
24+
## Node.js version used in tests
25+
26+
Unit tests will use whatever version of Node.js is installed locally. In CI this will be the version specified in the workflow.
27+
28+
Integration tests download a copy of VS Code and then will use whatever version of Node.js is provided by VS Code. Our integration tests are currently pinned to an older version of VS Code. See [VS Code version used in tests](./vscode-version.md#vs-code-version-used-in-tests) for more information.

0 commit comments

Comments
 (0)