Skip to content

Commit

Permalink
chore(#693): update circleci cache key
Browse files Browse the repository at this point in the history
  • Loading branch information
Decipher committed Aug 13, 2024
1 parent 90e70a7 commit 3fb9f1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:

- restore_cache:
keys:
- v1-dependencies-{{ checksum "package.json" }}
- v2-dependencies-{{ checksum "package.json" }}
# fallback to using the latest cache if no exact match is found.
- v1-dependencies-
- v2-dependencies-

- run:
name: Install
Expand Down

0 comments on commit 3fb9f1c

Please sign in to comment.