Skip to content

Commit 66a42f1

Browse files
committed
Fix NodeTool versionSpec: lts/* unsupported on Windows agents, use 20.x
1 parent 08ba113 commit 66a42f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.Pipelines/template-pipeline-stages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ stages:
5151
- task: NodeTool@0
5252
displayName: 'Install Node.js (includes npm)'
5353
inputs:
54-
versionSpec: 'lts/*'
54+
versionSpec: '20.x'
5555

5656
- task: securedevelopmentteam.vss-secure-development-tools.build-task-policheck.PoliCheck@2
5757
displayName: 'Run PoliCheck'

0 commit comments

Comments
 (0)