Skip to content

Commit 1f93bee

Browse files
committed
ci: increment cache
1 parent dc81ab9 commit 1f93bee

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.circleci/config.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ jobs:
1616
- checkout
1717
- restore_cache:
1818
keys:
19-
- v2-vue-{{ .Branch }}-{{ checksum "yarn.lock" }}
20-
- v2-vue-{{ .Branch }}-
21-
- v2-vue-
19+
- v3-vue-{{ .Branch }}-{{ checksum "yarn.lock" }}
20+
- v3-vue-{{ .Branch }}-
21+
- v3-vue-
2222
- run: yarn install
2323
- save_cache:
24-
key: v2-vue-{{ .Branch }}-{{ checksum "yarn.lock" }}
24+
key: v3-vue-{{ .Branch }}-{{ checksum "yarn.lock" }}
2525
paths:
2626
- node_modules/
2727
- persist_to_workspace:

0 commit comments

Comments
 (0)