We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f93bee commit 8450f01Copy full SHA for 8450f01
.circleci/config.yml
@@ -16,12 +16,12 @@ jobs:
16
- checkout
17
- restore_cache:
18
keys:
19
- - v3-vue-{{ .Branch }}-{{ checksum "yarn.lock" }}
20
- - v3-vue-{{ .Branch }}-
21
- - v3-vue-
22
- - run: yarn install
+ - v4-vue-{{ .Branch }}-{{ checksum "yarn.lock" }}
+ - v4-vue-{{ .Branch }}-
+ - v4-vue-
+ - run: yarn install --frozen-lockfile
23
- save_cache:
24
- key: v3-vue-{{ .Branch }}-{{ checksum "yarn.lock" }}
+ key: v4-vue-{{ .Branch }}-{{ checksum "yarn.lock" }}
25
paths:
26
- node_modules/
27
- persist_to_workspace:
0 commit comments