Skip to content

Commit dbee6c3

Browse files
committed
deps: bump CI cache and yarn.lock
1 parent 5d0b140 commit dbee6c3

2 files changed

Lines changed: 1714 additions & 3184 deletions

File tree

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,12 +89,12 @@ jobs:
8989
- restore_cache:
9090
name: Restore Yarn Package Cache
9191
keys:
92-
- raiden-v7-yarn-{{ checksum "yarn.lock" }}
93-
- raiden-v7-yarn-
92+
- raiden-v10-yarn-{{ checksum "yarn.lock" }}
93+
- raiden-v10-yarn-
9494
- run: yarn install
9595
- save_cache:
9696
name: Save Yarn Package Cache
97-
key: raiden-v7-yarn-{{ checksum "yarn.lock" }}
97+
key: raiden-v10-yarn-{{ checksum "yarn.lock" }}
9898
paths:
9999
- ./node_modules
100100
- ~/.cache # Cypress stores its stuff here.

0 commit comments

Comments
 (0)