From 8c5f46ffa43f5e61222ffc8b7ed554de5f297c2f Mon Sep 17 00:00:00 2001 From: Morgan <47953421+MorganLmd@users.noreply.github.com> Date: Thu, 5 Nov 2020 23:40:21 +0100 Subject: [PATCH] test with new cache --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 97dda3d..2b6918c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -4,7 +4,7 @@ commands: restore_cache_cmd: steps: - restore_cache: - key: yarn-v4-packages-{{ checksum "yarn.lock" }} + key: yarn-v5-packages-{{ checksum "yarn.lock" }} save_cache_cmd: steps: - save_cache: