Skip to content

Commit ebee557

Browse files
committed
ci: 🎡 Added yarn 2 setup step
1 parent 24dc51b commit ebee557

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,13 @@ jobs:
1717
uses: actions/setup-node@v3
1818
with:
1919
node-version: "lts/*"
20+
- name: Yarn 2 setup
21+
run: |
22+
corepack enable
23+
corepack prepare yarn@stable --activate
24+
yarn set version stable
2025
- name: Install dependencies
2126
run: |
22-
yarn set version berry
2327
yarn install --immutable
2428
yarn ./package install --immutable
2529
- name: Lint

0 commit comments

Comments
 (0)