Skip to content

Commit 0efc306

Browse files
committed
Revert "Revert "Update default-build.yml""
This reverts commit dfa06d5.
1 parent dfa06d5 commit 0efc306

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.vsts-pipelines/templates/default-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,9 @@ jobs:
120120
- task: NuGetToolInstaller@1
121121
displayName: 'Install NuGet.exe'
122122
- task: NodeTool@0
123-
displayName: Install Node 10.x
123+
displayName: Install Node 16.x
124124
inputs:
125-
versionSpec: 10.x
125+
versionSpec: 16.x
126126
- script: .\build.cmd /p:SignType=$(_SignType) /p:Configuration=$(BuildConfiguration) $(BuildScriptArgs) /bl:artifacts/logs/build.binlog
127127
displayName: Run build.cmd
128128
- ${{ if ne(parameters.agentOs, 'Windows') }}:

0 commit comments

Comments
 (0)