Skip to content

Commit

Permalink
Update dependencies and fix Yarn 2 enable bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Discookie committed Feb 28, 2024
1 parent 57ae0c6 commit 1f5816f
Show file tree
Hide file tree
Showing 7 changed files with 2,327 additions and 2,599 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Enable Corepack
run: corepack enable

- name: Enable Yarn 2
run: yarn set version stable

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Enable Corepack
run: corepack enable

- name: Enable Yarn 2
run: yarn set version stable

Expand Down
Loading

0 comments on commit 1f5816f

Please sign in to comment.