You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/node-version.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,3 +20,9 @@ The following files will need to be updated:
20
20
-`extensions/ql-vscode/.nvmrc` - this will enable nvm to automatically switch to the correct node version when you're in the project folder
21
21
-`extensions/ql-vscode/package-lock.json` - the "engines.node: '[VERSION]'" setting
22
22
-`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