Skip to content

Commit

Permalink
deps: bump CI cache and yarn.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
andrevmatos committed Sep 21, 2022
1 parent 5d0b140 commit dbee6c3
Show file tree
Hide file tree
Showing 2 changed files with 1,714 additions and 3,184 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,12 +89,12 @@ jobs:
- restore_cache:
name: Restore Yarn Package Cache
keys:
- raiden-v7-yarn-{{ checksum "yarn.lock" }}
- raiden-v7-yarn-
- raiden-v10-yarn-{{ checksum "yarn.lock" }}
- raiden-v10-yarn-
- run: yarn install
- save_cache:
name: Save Yarn Package Cache
key: raiden-v7-yarn-{{ checksum "yarn.lock" }}
key: raiden-v10-yarn-{{ checksum "yarn.lock" }}
paths:
- ./node_modules
- ~/.cache # Cypress stores its stuff here.
Expand Down
Loading

0 comments on commit dbee6c3

Please sign in to comment.