Skip to content

Commit

Permalink
Fix CI jobs
Browse files Browse the repository at this point in the history
* A recent change requires that Corepack is enabled on the system if we want to interact with Yarn 1 at all, even if that is just to enable Yarn 2+.
  • Loading branch information
Discookie committed Apr 10, 2024
1 parent d811fe0 commit eef200f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 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

0 comments on commit eef200f

Please sign in to comment.