diff --git a/.circleci/config.yml b/.circleci/config.yml index 1eebdb6..fb0d88f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -30,17 +30,17 @@ jobs: - checkout - restore_cache: - keys: - - v1-dependencies-{{ .Branch }}-{{ checksum "package-lock.json" }} - # fallback to using the latest cache if no exact match is found - - v1-dependencies- + keys: + - v1-dependencies-{{ .Branch }}-{{ checksum "package-lock.json" }} + # fallback to using the latest cache if no exact match is found + - v1-dependencies- - run: npm ci - save_cache: - key: v1-dependencies-{{ .Branch }}-{{ checksum "package-lock.json" }} - paths: - - /root/.npm + key: v1-dependencies-{{ .Branch }}-{{ checksum "package-lock.json" }} + paths: + - /root/.npm - run: name: Authenticate with registry