Skip to content

Commit fecbf99

Browse files
committed
ci: 🎡 adds yarn 4.6
1 parent e9fb34b commit fecbf99

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

‎.github/workflows/release.yml‎

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,15 @@ jobs:
2929
with:
3030
node-version: 'lts/*'
3131

32+
- name: Enable Corepack
33+
run: corepack enable
34+
35+
- name: Use the correct Yarn version
36+
run: corepack prepare [email protected] --activate
37+
38+
- name: Verify Yarn version
39+
run: yarn -v
40+
3241
- name: Install dependencies
3342
run: yarn install --frozen-lockfile
3443

0 commit comments

Comments
 (0)