diff --git a/.circleci/config.yml b/.circleci/config.yml index 12f7c31..7ae8598 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -25,7 +25,7 @@ jobs: # The orb install-packages step will also automatically cache them for faster future runs. - node/install-packages: # If you are using yarn, change the line below from "npm" to "yarn" - pkg-manager: npm + pkg-manager: yarn - run: name: Run tests command: yarn test