Skip to content

Commit

Permalink
chore: try again with legacy peer deps now that only eslint-config is…
Browse files Browse the repository at this point in the history
… failing
  • Loading branch information
TkDodo committed Jul 13, 2022
1 parent 4bb26c6 commit 5b5c2da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
node-version: ${{ matrix.node }}
- name: Install dependencies
uses: bahmutov/npm-install@v1
with:
install-command: npm ci --legacy-peer-deps
- run: npm run test:ci
env:
REACTJS_VERSION: ${{ matrix.react }}
Expand Down

0 comments on commit 5b5c2da

Please sign in to comment.