We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d3a102 commit 4893048Copy full SHA for 4893048
1 file changed
build/templates/setup.yml
@@ -15,6 +15,7 @@ steps:
15
displayName: Enable git long paths
16
17
- script: |
18
+ COREPACK_ENABLE_STRICT=0 npm install -g corepack@latest
19
corepack enable
20
corepack enable npm
21
corepack prepare pnpm@latest-8 --activate
0 commit comments