Skip to content

Commit 6861a9c

Browse files
migrate to node16
1 parent dcbbf01 commit 6861a9c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build/azure-pipeline.pre-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ extends:
2626
buildSteps:
2727
- task: NodeTool@0
2828
inputs:
29-
versionSpec: '16.x'
29+
versionSpec: '16.17.1'
3030
displayName: Select Node version
3131

3232
- task: UsePythonVersion@0

build/azure-pipeline.stable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ extends:
2929
buildSteps:
3030
- task: NodeTool@0
3131
inputs:
32-
versionSpec: '16.x'
32+
versionSpec: '16.17.1'
3333
displayName: Select Node version
3434

3535
- task: UsePythonVersion@0

0 commit comments

Comments
 (0)