diff --git a/.circleci/config.yml b/.circleci/config.yml index b5ea66f..bc51ea5 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -23,8 +23,8 @@ jobs: - run: yarn install - save_cache: key: npm-v1-dependencies-{{ checksum "yarn.lock" }} - path: - - ~/yarn + paths: + - node_modules job2: docker: - image: cimg/node:14.15.0 # the primary container, where your job's commands are run