Skip to content

Commit ff664dd

Browse files
Mention that an automated workflow exists for updating the node version
1 parent b7be98b commit ff664dd

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

docs/node-version.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Node version
22

3+
> [!NOTE]
4+
> It should not be necessary to update the Node.js version manually. The [update-node-version.yml](https://github.com/github/vscode-codeql/blob/main/.github/workflows/update-node-version.yml) workflow runs daily and will open a pull request if the Node.js version needs to be updated.
5+
36
The CodeQL for VS Code extension defines the version of Node.js that it is intended to run with. This Node.js version is used when running most CI and unit tests.
47

58
When running in production (i.e. as an extension for a VS Code application) it will use the Node.js version provided by VS Code. This can mean a different Node.js version is used by different users with different versions of VS Code.

0 commit comments

Comments
 (0)