diff --git a/.circleci/config.yml b/.circleci/config.yml index 56baf7f9..059c6d90 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -27,6 +27,9 @@ jobs: - image: nikolaik/python-nodejs:python2.7-nodejs11 steps: - checkout + - restore_cache: + keys: + - v1-dependencies-{{ checksum "package.json" }} - run: name: Run tests command: npm run test