diff --git a/semaphorejs/.circleci/config.yml b/semaphorejs/.circleci/config.yml index 19e80319..3d490179 100644 --- a/semaphorejs/.circleci/config.yml +++ b/semaphorejs/.circleci/config.yml @@ -22,16 +22,16 @@ jobs: # Download and cache dependencies - restore_cache: keys: - - v1-dependencies-{{ checksum "package.json" }} + - v1.1-dependencies-{{ checksum "package.json" }} # fallback to using the latest cache if no exact match is found - - v1-dependencies- + - v1.1-dependencies- - run: npm install - save_cache: paths: - node_modules - key: v1-dependencies-{{ checksum "package.json" }} + key: v1.1-dependencies-{{ checksum "package.json" }} # run tests! - run: cd scripts && ./ci.sh