Skip to content

Commit 1af5787

Browse files
authored
Fix corepack install (#188)
1 parent deb21fd commit 1af5787

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Diff for: azure-pipelines-gitTests-template.yml

+1
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ jobs:
8989
npm run build
9090
npm install -g yarn
9191
npm install -g pnpm
92+
npm install -g corepack@latest
9293
export COREPACK_ENABLE_AUTO_PIN=0
9394
export COREPACK_ENABLE_DOWNLOAD_PROMPT=0
9495
export COREPACK_ENABLE_STRICT=0

Diff for: azure-pipelines-userTests.yml

+1
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ jobs:
123123
npm run build
124124
npm install -g yarn
125125
npm install -g pnpm
126+
npm install -g corepack@latest
126127
export COREPACK_ENABLE_AUTO_PIN=0
127128
export COREPACK_ENABLE_DOWNLOAD_PROMPT=0
128129
export COREPACK_ENABLE_STRICT=0

0 commit comments

Comments
 (0)