Skip to content

Commit b42255c

Browse files
committed
chore: fix ci
1 parent d46e18c commit b42255c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,11 @@ jobs:
1515
uses: actions/setup-node@v4
1616
with:
1717
node-version: 'lts/*'
18-
cache: 'yarn'
1918

20-
- name: Enable Corepack
21-
run: corepack enable
19+
- name: Setup Yarn
20+
run: |
21+
corepack enable
22+
corepack prepare yarn@4.9.2 --activate
2223
2324
- name: Install dependencies
2425
run: yarn install --frozen-lockfile

0 commit comments

Comments
 (0)