Skip to content

Commit

Permalink
fix for yarn v4 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
donmccurdy committed Jan 21, 2025
1 parent 5f2cefc commit 0762c1c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ jobs:

- name: Install dependencies
run: |
yarn
corepack enable
yarn install
yarn build
- name: Run tests
Expand Down

0 comments on commit 0762c1c

Please sign in to comment.