Skip to content

Commit

Permalink
chore: test yarn berry
Browse files Browse the repository at this point in the history
  • Loading branch information
sweatybridge committed Oct 11, 2023
1 parent 15a1ffc commit 559a08b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@ jobs:
run: npm i --save-dev ./supabase-1.28.0.tgz

- if: ${{ matrix.pm == 'yarn' }}
run: yarn add -D ./supabase-1.28.0.tgz
run: |
yarn set version berry
yarn add -D ./supabase-1.28.0.tgz
- if: ${{ matrix.pm == 'pnpm' }}
run: |
Expand Down

0 comments on commit 559a08b

Please sign in to comment.