Skip to content

Commit 2509016

Browse files
committed
Update nodejs install to a supported version on CI
1 parent 43ac7f8 commit 2509016

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.azure/pipelines/jobs/default-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
# skipComponentGovernanceDetection: boolean
3939
# Determines if component governance detection can be skipped
4040
# continueOnBuildError: boolean
41-
# Specifies whether continueOnError is set for the build step
41+
# Specifies whether continueOnError is set for the build step
4242
#
4343
# See https://docs.microsoft.com/en-us/vsts/pipelines/yaml-schema for details
4444
#
@@ -173,9 +173,9 @@ jobs:
173173
displayName: Start background dump collection
174174
- ${{ if eq(parameters.installNodeJs, 'true') }}:
175175
- task: NodeTool@0
176-
displayName: Install Node 10.x
176+
displayName: Install Node 14.x
177177
inputs:
178-
versionSpec: 10.x
178+
versionSpec: 14.x
179179
- ${{ if eq(parameters.agentOs, 'Windows') }}:
180180
- task: NuGetToolInstaller@1
181181
- task: NuGetCommand@2

0 commit comments

Comments
 (0)