Skip to content

Commit 2c702f7

Browse files
committed
ci: upgrade corepack
1 parent f7c9dc8 commit 2c702f7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/run-tests.yml

+6
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@ jobs:
5959
cache: 'npm'
6060
cache-dependency-path: '**/package-lock.json'
6161
- uses: oven-sh/setup-bun@v1
62+
- name: upgrade corepack
63+
run: npm install -g corepack@latest
64+
shell: bash
6265
- name: setup pnpm/yarn
6366
run: corepack enable
6467
shell: bash
@@ -127,6 +130,9 @@ jobs:
127130
node-version: '18.x'
128131
cache: 'npm'
129132
cache-dependency-path: '**/package-lock.json'
133+
- name: upgrade corepack
134+
run: npm install -g corepack@latest --force
135+
shell: bash
130136
- name: setup pnpm/yarn
131137
run: corepack enable
132138
shell: bash

0 commit comments

Comments
 (0)