Skip to content

Commit 7a0e663

Browse files
committed
chore: enable corepack and set up Yarn 4 in CI configuration
1 parent c1b48ae commit 7a0e663

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ jobs:
2222
with:
2323
node-version: ${{ matrix.node-version }}
2424
cache: "yarn"
25+
corepack: enable
26+
27+
- name: Setup Yarn 4
28+
run: corepack prepare yarn@4 --activate
2529

2630
- name: Install dependencies
2731
run: yarn install --frozen-lockfile

0 commit comments

Comments
 (0)