From c777ec712d9e74d45a2888ea2bec59e1318b7c44 Mon Sep 17 00:00:00 2001 From: Andrew Dodson Date: Thu, 7 Oct 2021 13:53:35 +0100 Subject: [PATCH] chore(ci): fix broken dep cache --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 9963705f..a74e92c5 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -8,8 +8,8 @@ aliases: - &attach_workspace attach_workspace: at: *dir - - &cache-key dependency-cache-lts-{{ checksum "package.json" }} - - &cache-key-fallback dependency-cache- + - &cache-key dependency-cache-lts-a-{{ checksum "package.json" }} + - &cache-key-fallback dependency-cache-lts-a- ################################ # Executors