Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

Commit ac0f157

Browse files
committed
switch to node16
1 parent c7cca82 commit ac0f157

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ steps:
6363
# Node 14 matches the version of Node used by VS Code when this was written,
6464
# but it should be updated when VS Code updates its Node version.
6565
- task: NodeTool@0
66-
displayName: Use Node 14.x
66+
displayName: Use Node 16.x
6767
inputs:
68-
versionSpec: 14.x
68+
versionSpec: 16.x
6969
- script: npm install --global gulp node-gyp vsce
7070
displayName: Install global dependencies
7171
- script: npm install

0 commit comments

Comments
 (0)