Skip to content

Commit

Permalink
Use Node 18.15 (#2567)
Browse files Browse the repository at this point in the history
* Use Node 18.15

* Update CI

* Update VS Code version

* Make CI use .nvmrc
  • Loading branch information
alexweininger authored Sep 11, 2023
1 parent 411f713 commit 047eebf
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 10 deletions.
5 changes: 3 additions & 2 deletions .azure-pipelines/common/build.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
steps:
- task: NodeTool@0
displayName: 'Use Node 16.x'
displayName: 'Use Node'
inputs:
versionSpec: 16.x
versionSource: fromFile
versionFilePath: .nvmrc

- task: Npm@1
displayName: 'npm ci'
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.14
18.15
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"icon": "resources/WebApp.png",
"aiKey": "0c6ae279ed8443289764825290e4f9e2-1a736e7c-1324-4338-be46-fc2a58ae4d14-7255",
"engines": {
"vscode": "^1.79.0"
"vscode": "^1.82.0"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -822,7 +822,7 @@
"@types/gulp": "^4.0.6",
"@types/mocha": "^8.2.2",
"@types/node": "^16.18.36",
"@types/vscode": "1.79.0",
"@types/vscode": "^1.81.0",
"@typescript-eslint/eslint-plugin": "^5.59.11",
"@vscode/test-electron": "^2.1.5",
"@vscode/vsce": "^2.19.0",
Expand Down

0 comments on commit 047eebf

Please sign in to comment.