diff --git a/.circleci/config.yml b/.circleci/config.yml index 12ff261..7bf3df6 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: