We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 485c8a3 commit 7eabedcCopy full SHA for 7eabedc
packages/typespec-vscode/eng/pipeline/templates/ci-stages.yml
@@ -17,4 +17,11 @@ stages:
17
- job: UI_Test
18
displayName: "UI Test"
19
steps:
20
+ - task: NodeTool@0
21
+ displayName: Install Node.js
22
+ retryCountOnTaskFailure: 3
23
+ inputs:
24
+ versionSpec: 22.x
25
+ - script: npm install -g pnpm
26
+ displayName: Install pnpm
27
- template: /eng/tsp-core/pipelines/templates/build.yml
0 commit comments