File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed
Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -13,15 +13,11 @@ You can find this info by selecting "About Visual Studio Code" from the top menu
1313
1414## Updating the Node.js version
1515
16- The following files will need to be updated :
16+ To update the Node.js version, run :
1717
18- - ` extensions/ql-vscode/.nvmrc ` - this will enable nvm to automatically switch to the correct Node
19- version when you're in the project folder. It will also change the Node version the GitHub Actions
20- workflows use.
21- - ` extensions/ql-vscode/package.json ` - the "engines.node: '[ VERSION] '" setting
22- - ` extensions/ql-vscode/package.json ` - the "@types/node : '[ VERSION] '" dependency
23-
24- Then run ` npm install ` to update the ` extensions/ql-vscode/package-lock.json ` file.
18+ ``` bash
19+ npx ts-node scripts/update-node-version.ts
20+ ```
2521
2622## Node.js version used in tests
2723
You can’t perform that action at this time.
0 commit comments