test
This commit is contained in:
parent
c6b15eb917
commit
cdc09e8636
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue