Skip to content

Commit 0fc39d3

Browse files
committed
ci: upgrade corepack
1 parent f7c9dc8 commit 0fc39d3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/run-tests.yml

+3
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

0 commit comments

Comments
 (0)