Skip to content

Commit 40a2dd9

Browse files
committed
refactor: Update workflow to enable Corepack and use Yarn v4 for package installation
1 parent 958a289 commit 40a2dd9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ jobs:
2626
- name: Install Yarn
2727
run: npm install -g yarn
2828

29+
- name: Enable Corepack
30+
run: corepack enable
31+
2932
- name: Set Yarn to V4
3033
run: yarn set version berry
3134

0 commit comments

Comments
 (0)