Skip to content

Commit 1f5816f

Browse files
committed
Update dependencies and fix Yarn 2 enable bug
1 parent 57ae0c6 commit 1f5816f

File tree

7 files changed

+2327
-2599
lines changed

7 files changed

+2327
-2599
lines changed

.github/workflows/package.yml

+3
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ jobs:
2424
steps:
2525
- uses: actions/checkout@v3
2626

27+
- name: Enable Corepack
28+
run: corepack enable
29+
2730
- name: Enable Yarn 2
2831
run: yarn set version stable
2932

.github/workflows/test.yml

+3
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v3
1212

13+
- name: Enable Corepack
14+
run: corepack enable
15+
1316
- name: Enable Yarn 2
1417
run: yarn set version stable
1518

0 commit comments

Comments
 (0)