cache should be good now

This commit is contained in:
Core 2022-06-11 02:44:29 +01:00
parent 2ccbdde6bb
commit 46eb8daceb
No known key found for this signature in database
GPG key ID: FE9BF1B547F8F3C6

View file

@ -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