Skip to content

Commit 359cc84

Browse files
committed
Update common-setup instead
1 parent f49d125 commit 359cc84

2 files changed

Lines changed: 1 addition & 6 deletions

File tree

azure-pipeline.pr.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,6 @@ jobs:
44
pool:
55
vmImage: 'macos-13'
66
steps:
7-
- task: NodeTool@0
8-
displayName: "Use Node.js 20"
9-
inputs:
10-
versionSpec: "20.x"
11-
127
- template: scripts/ci/common-setup.yml
138

149
- script: yarn run compile

scripts/ci/common-setup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ steps:
22
- task: NodeTool@0
33
displayName: Upgrade Node
44
inputs:
5-
versionSpec: '16.x'
5+
versionSpec: "20.x"
66

77
- script: yarn install --frozen-lockfile --check-files
88
displayName: Install dependencies

0 commit comments

Comments
 (0)