We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09e899a commit 3858363Copy full SHA for 3858363
.github/workflows/workflow.yml
@@ -153,6 +153,10 @@ jobs:
153
with:
154
fetch-depth: 0
155
if: ${{ !steps.release-check.outputs.IS_RELEASE }}
156
+ - name: corepack update
157
+ # corepack version distributed with Node.js has a problem with new package manager releases,
158
+ # so forcing fixed version of corepack here
159
+ run: npm i -g corepack --force
160
- name: setup pnpm/yarn
161
run: corepack enable
162
0 commit comments