diff --git a/.circleci/config.yml b/.circleci/config.yml index 69084af79..31b9462ef 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -53,8 +53,7 @@ jobs: name: Unit tests command: npm run test coverage: - docker: - - image: circleci/node:8 + <<: *defaults steps: - checkout - restore_cache: @@ -80,3 +79,4 @@ workflows: - coverage: requires: - dependencies +