This commit is contained in:
Core 2022-05-02 08:08:27 +01:00
parent f35594c287
commit 2fda5bab40
No known key found for this signature in database
GPG key ID: FE9BF1B547F8F3C6

View file

@ -28,12 +28,9 @@ jobs:
name: Restore Yarn Package Cache
keys:
- yarn-packages-{{ checksum "cider.lock" }}
- run:
name: Move Lockfile
command: mv cider.lock yarn.lock
- run:
name: Install Node Dependencies
command: yarn install --cache-folder ~/.cache/yarn
command: yarn install --frozen-lockfile --cache-folder ~/.cache/yarn
- save_cache:
name: Save Yarn Package Cache
key: yarn-packages-{{ checksum "cider.lock" }}