Skip to content

Commit 32fcf9e

Browse files
committed
Install Node.js 16.x on ADO
1 parent 3cdf942 commit 32fcf9e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.vsts-ci/templates/ci-general.yml

+5
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,11 @@ steps:
4141
archiveFilePatterns: $(Pipeline.Workspace)/PowerShellEditorServices.zip
4242
destinationFolder: $(Build.SourcesDirectory)/vscode-powershell/modules
4343

44+
- task: NodeTool@0
45+
displayName: Install Node.js
46+
inputs:
47+
versionSpec: 16.x
48+
4449
- task: UseDotNet@2
4550
condition: not(${{ parameters.usePipelineArtifact }})
4651
displayName: Install .NET 7.0.x SDK

0 commit comments

Comments
 (0)