From 881a69995f0a010f03daaf7190898362f9ee6370 Mon Sep 17 00:00:00 2001 From: Jake Bolam Date: Fri, 18 Jan 2019 13:36:37 -0500 Subject: [PATCH] infra: bump cache to get latest deps (#151) --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 9599ed1..58dae44 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -12,13 +12,13 @@ commands: path: ~/repo - restore_cache: name: Restore node_modules cache - key: all-contributors-cli-{{ checksum "package.json" }}-{{ .Branch }} + key: all-contributors-cli-v2-{{ checksum "package.json" }}-{{ .Branch }} save_env_cache: description: Saves environment cache steps: - save_cache: name: Save node_modules cache - key: all-contributors-cli-{{ checksum "package.json" }}-{{ .Branch }} + key: all-contributors-cli-v2-{{ checksum "package.json" }}-{{ .Branch }} paths: - node_modules/