Skip to content

Commit e5d0cf1

Browse files
committed
ci: upgrade corepack
1 parent f7c9dc8 commit e5d0cf1

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/run-tests.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,10 @@ 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
6264
- name: setup pnpm/yarn
6365
run: corepack enable
64-
shell: bash
6566
- name: Install Deno
6667
uses: denoland/setup-deno@v1
6768
with:
@@ -127,9 +128,10 @@ jobs:
127128
node-version: '18.x'
128129
cache: 'npm'
129130
cache-dependency-path: '**/package-lock.json'
131+
- name: upgrade corepack
132+
run: npm install -g corepack@latest --force
130133
- name: setup pnpm/yarn
131134
run: corepack enable
132-
shell: bash
133135
- name: Install Deno
134136
uses: denoland/setup-deno@v1
135137
with:

0 commit comments

Comments
 (0)