From 46eb8dacebabcedae872e27b891a80bf2462320a Mon Sep 17 00:00:00 2001 From: Core <64542347+coredev-uk@users.noreply.github.com> Date: Sat, 11 Jun 2022 02:44:29 +0100 Subject: [PATCH] cache should be good now --- .circleci/config.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index d9deda57..f1370fb9 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -24,10 +24,10 @@ jobs: - run: name: Update Package Managers command: sudo npm update -g npm yarn -# - restore_cache: -# name: Restore Yarn Package Cache -# keys: -# - yarn-packages-{{ checksum "cider.lock" }} + - restore_cache: + name: Restore Yarn Package Cache + keys: + - yarn-packages-{{ checksum "cider.lock" }} - run: name: Install Node Dependencies command: yarn install --frozen-lockfile --cache-folder ~/.cache/yarn