Skip to content

Commit 8450f01

Browse files
committed
ci: try to fix
1 parent 1f93bee commit 8450f01

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.circleci/config.yml

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

0 commit comments

Comments
 (0)