Skip to content

Commit

Permalink
use --legacy-peer-deps to avoid dependency graph version checking
Browse files Browse the repository at this point in the history
this is a bad idea but PFE is using a lot of packages that break with the react v17+ upgrade including our own unmaintained modal-form

TBH - a lot of these can be either relaxed or outright removed from our package.json as they are dependcies of other packages.
  • Loading branch information
camallen committed Sep 30, 2022
1 parent d3e74a7 commit 8bea852
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
node-version: 16
cache: 'npm'

- run: npm ci
- run: npm ci --legacy-peer-deps
- run: npm run test-ci
- run: npm run coverage

Expand Down

0 comments on commit 8bea852

Please sign in to comment.