diff options
-rw-r--r-- | .circleci/config.yml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index 7063f3113..9e74b4a6f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -100,11 +100,6 @@ jobs: - image: circleci/node:8.11.3-browsers steps: - checkout - - restore_cache: - keys: - - dependency-cache-{{ checksum "package-lock.json" }} - # fallback to using the latest cache if no exact match is found - - dependency-cache- - run: name: Install npm 6 + deps via npm command: | |