Skip to content

Commit 7dce364

Browse files
committed
chore: circleci config update
1 parent 0a69840 commit 7dce364

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,16 @@ jobs:
1414
# Download and cache dependencies
1515
- restore_cache:
1616
keys:
17-
- v1-dependencies-{{ checksum "package.json" }}
17+
- v2-dependencies-{{ checksum "package.json" }}
1818
# fallback to using the latest cache if no exact match is found
19-
- v1-dependencies-
19+
- v2-dependencies-
2020

2121
- run: npm install --legacy-peer-deps
2222

2323
- save_cache:
2424
paths:
2525
- node_modules
26-
key: v1-dependencies-{{ checksum "package.json" }}
26+
key: v2-dependencies-{{ checksum "package.json" }}
2727

2828
- run: npm run test:vue3
2929

0 commit comments

Comments
 (0)