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 f7c9dc8 commit 2c702f7Copy full SHA for 2c702f7
.github/workflows/run-tests.yml
@@ -59,6 +59,9 @@ jobs:
59
cache: 'npm'
60
cache-dependency-path: '**/package-lock.json'
61
- uses: oven-sh/setup-bun@v1
62
+ - name: upgrade corepack
63
+ run: npm install -g corepack@latest
64
+ shell: bash
65
- name: setup pnpm/yarn
66
run: corepack enable
67
shell: bash
@@ -127,6 +130,9 @@ jobs:
127
130
node-version: '18.x'
128
131
129
132
133
134
+ run: npm install -g corepack@latest --force
135
136
137
138
0 commit comments