Skip to content

Commit 3858363

Browse files
authored
ci: update corepack from version bundled with node (#6050)
1 parent 09e899a commit 3858363

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/workflow.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,10 @@ jobs:
153153
with:
154154
fetch-depth: 0
155155
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
156160
- name: setup pnpm/yarn
157161
run: corepack enable
158162
if: ${{ !steps.release-check.outputs.IS_RELEASE }}

0 commit comments

Comments
 (0)