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 5f30c42
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" }}
- {{ .Environment.CACHE_VERSION }}-dependencies-{{ checksum "package.json" }}
# fallback to using the latest cache if no exact match is found.
- v1-dependencies-
- {{ .Environment.CACHE_VERSION }}-dependencies-

- run:
name: Install
Expand Down

0 comments on commit 5f30c42

Please sign in to comment.