Skip to content

Commit e8353d9

Browse files
authored
enable and prepare Corepack
1 parent 2565e90 commit e8353d9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ jobs:
2020
with:
2121
node-version: 22.11.0
2222

23+
- name: Enable Corepack
24+
run: corepack enable
25+
26+
- name: Use Yarn 4.4.0
27+
run: corepack prepare [email protected] --activate
28+
2329
- name: Install Dependencies
2430
run: yarn install
2531

0 commit comments

Comments
 (0)