Skip to content

Commit 68fc3b1

Browse files
authored
Migrate azure pipelines to node 16 (#21162)
1 parent 73cdbf1 commit 68fc3b1

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
@@ -25,7 +25,7 @@ extends:
2525
buildSteps:
2626
- task: NodeTool@0
2727
inputs:
28-
versionSpec: '14.18.2'
28+
versionSpec: '16.17.1'
2929
displayName: Select Node version
3030

3131
- task: UsePythonVersion@0

build/azure-pipeline.stable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ extends:
2828
buildSteps:
2929
- task: NodeTool@0
3030
inputs:
31-
versionSpec: '14.18.2'
31+
versionSpec: '16.17.1'
3232
displayName: Select Node version
3333

3434
- task: UsePythonVersion@0

0 commit comments

Comments
 (0)