Skip to content

Commit

Permalink
fixing legacy peer
Browse files Browse the repository at this point in the history
  • Loading branch information
julienwoll committed Sep 22, 2023
1 parent 5a033f9 commit 3d86b2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
chmod +x ./cc-test-reporter
- run: npm install
- run: npm install --legacy-peer-deps

# code climate requires before-build and after-build to be executed around test
- run:
Expand Down

0 comments on commit 3d86b2f

Please sign in to comment.