Skip to content

Commit 60ebd5f

Browse files
Guillaume Chausp1ker
Guillaume Chau
authored andcommitted
test(ci): pure-lockfile
1 parent 408a64e commit 60ebd5f

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
@@ -13,18 +13,18 @@ jobs:
1313
# Download and cache dependencies
1414
- restore_cache:
1515
keys:
16-
- v2-dependencies-{{ checksum "yarn.lock" }}
16+
- v3-dependencies-{{ checksum "yarn.lock" }}
1717
# fallback to using the latest cache if no exact match is found
18-
- v2-dependencies-
18+
- v3-dependencies-
1919

20-
- run: yarn install
20+
- run: yarn install --pure-lockfile
2121

2222
- save_cache:
2323
paths:
2424
- node_modules
2525
- ~/.cache/yarn
2626
- ~/.cache/Cypress
27-
key: v2-dependencies-{{ checksum "yarn.lock" }}
27+
key: v3-dependencies-{{ checksum "yarn.lock" }}
2828

2929
# run tests!
3030
- run: yarn test

0 commit comments

Comments
 (0)