Skip to content

Commit affba81

Browse files
committed
ci: activate corepack yarn
1 parent dbb8829 commit affba81

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ jobs:
2020
cache: yarn
2121

2222
- name: Enable Corepack (Yarn)
23-
run: corepack enable
23+
run: |
24+
corepack enable
25+
corepack prepare [email protected] --activate
2426
2527
- name: Install dependencies (Yarn, frozen)
2628
run: yarn install --frozen-lockfile --non-interactive

.github/workflows/publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ jobs:
2323
cache: yarn
2424

2525
- name: Enable Corepack (Yarn)
26-
run: corepack enable
26+
run: |
27+
corepack enable
28+
corepack prepare [email protected] --activate
2729
2830
- name: Install dependencies (Yarn, frozen)
2931
run: yarn install --frozen-lockfile --non-interactive

0 commit comments

Comments
 (0)