Skip to content

Commit 5769e9f

Browse files
authored
chore: CI - Use common step for installing esy (upgrade esy to 0.6.10) (#3829)
The hygiene check was using [email protected], but the rest of the build pipeline uses [email protected] - bring it back in sync
1 parent 7cf820a commit 5769e9f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.ci/esy-check-hygiene.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ steps:
44
- task: NodeTool@0
55
inputs:
66
versionSpec: "14.15.4"
7-
- script: npm install -g [email protected]
8-
displayName: 'npm install -g [email protected]'
7+
- template: use-esy.yml
98
- script: npm install -g yarn
109
displayName: 'npm install -g yarn'
1110
- script: npm install -g prettier

CHANGES_CURRENT.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,5 @@
1818
### Refactoring
1919

2020
### Infrastructure
21+
22+
- #3829 - CI: Re-use esy installation step for hygiene check

0 commit comments

Comments
 (0)