Skip to content

Commit

Permalink
ignore peer dependency conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
nobkd committed Feb 18, 2025
1 parent 0422bde commit c8e38c1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ jobs:

# Testing `bun`
- uses: oven-sh/setup-bun@v2
if: ${{ matrix.tool == 'bun' }}

- name: Install and test with Bun
run: |
Expand All @@ -50,6 +49,6 @@ jobs:
- name: Install and test with Node
run: |
node -v && npm -v
npm install --no-save jest@>=30.0.0-alpha jest-extended esbuild lightningcss
bun install --no-save jest@>=30.0.0-alpha jest-extended esbuild lightningcss
npm test -- --coverage
if: ${{ matrix.tool == 'node+jest' }}

0 comments on commit c8e38c1

Please sign in to comment.