diff --git a/.circleci/config.yml b/.circleci/config.yml index 2bf4e1f..395f166 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -5,7 +5,7 @@ jobs: - image: cimg/node:14.10.1 # the primary container, where your job's commands are run steps: - restore_cache: - keys: + key: - npm-v1-dependencies-{{ checksum "yarn.lock" }} - save_cache: paths: