Skip to content

Commit 1ad2179

Browse files
authored
Bust Circle caches
1 parent b4e3148 commit 1ad2179

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ aliases:
1111
restore_cache:
1212
name: Restore node_modules cache
1313
keys:
14-
- v1-node-{{ arch }}-{{ .Branch }}-{{ checksum "yarn.lock" }}
15-
- v1-node-{{ arch }}-{{ .Branch }}-
16-
- v1-node-{{ arch }}-
14+
- v2-node-{{ arch }}-{{ .Branch }}-{{ checksum "yarn.lock" }}
15+
- v2-node-{{ arch }}-{{ .Branch }}-
16+
- v2-node-{{ arch }}-
1717
- &run_yarn
1818
run:
1919
name: Install Packages
@@ -62,7 +62,7 @@ jobs:
6262
- *run_yarn
6363
- save_cache:
6464
name: Save node_modules cache
65-
key: v1-node-{{ arch }}-{{ .Branch }}-{{ checksum "yarn.lock" }}
65+
key: v2-node-{{ arch }}-{{ .Branch }}-{{ checksum "yarn.lock" }}
6666
paths:
6767
- ~/.cache/yarn
6868

0 commit comments

Comments
 (0)