Skip to content

Commit 614afe9

Browse files
committed
Try enabling corepack
1 parent 946bd0f commit 614afe9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

+4
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
with:
2121
node-version: '22.x'
2222
cache: 'yarn'
23+
- name: Enable corepack
24+
run: corepack enable
2325
- name: Yarn install
2426
run: yarn install --frozen-lockfile
2527
- name: Build
@@ -43,6 +45,8 @@ jobs:
4345
with:
4446
node-version: '22.x'
4547
cache: 'yarn'
48+
- name: Enable corepack
49+
run: corepack enable
4650
- name: Yarn install
4751
run: yarn install --frozen-lockfile
4852
- name: Prepare env

0 commit comments

Comments
 (0)