Skip to content

Commit 7eabedc

Browse files
chunyu3Yionse
authored andcommitted
add install node step
1 parent 485c8a3 commit 7eabedc

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

packages/typespec-vscode/eng/pipeline/templates/ci-stages.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,11 @@ stages:
1717
- job: UI_Test
1818
displayName: "UI Test"
1919
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
2027
- template: /eng/tsp-core/pipelines/templates/build.yml

0 commit comments

Comments
 (0)