We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d0b140 commit dbee6c3Copy full SHA for dbee6c3
2 files changed
.circleci/config.yml
@@ -89,12 +89,12 @@ jobs:
89
- restore_cache:
90
name: Restore Yarn Package Cache
91
keys:
92
- - raiden-v7-yarn-{{ checksum "yarn.lock" }}
93
- - raiden-v7-yarn-
+ - raiden-v10-yarn-{{ checksum "yarn.lock" }}
+ - raiden-v10-yarn-
94
- run: yarn install
95
- save_cache:
96
name: Save Yarn Package Cache
97
- key: raiden-v7-yarn-{{ checksum "yarn.lock" }}
+ key: raiden-v10-yarn-{{ checksum "yarn.lock" }}
98
paths:
99
- ./node_modules
100
- ~/.cache # Cypress stores its stuff here.
0 commit comments