Skip to content

Commit 704c052

Browse files
committed
Don't install Node in release container
1 parent 4202939 commit 704c052

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.pipelines/vscode-powershell-Official.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -190,10 +190,6 @@ extends:
190190
- input: pipelineArtifact
191191
artifactName: drop_build_main
192192
steps:
193-
- task: UseNode@1
194-
displayName: Use Node 20.x
195-
inputs:
196-
version: 20.x
197193
- pwsh: npm ci
198194
displayName: Install NPM packages (for vsce)
199195
- task: AzureCLI@2

0 commit comments

Comments
 (0)