Skip to content

Commit 5091719

Browse files
committed
Update CircleCI cache version
1 parent 8d9a4e2 commit 5091719

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ commands:
66
- restore_cache:
77
name: Restore Yarn Cache
88
keys:
9-
- yarn-i18n-v3-{{ .Environment.CIRCLE_JOB }}-{{ checksum "yarn.lock" }}
9+
- yarn-i18n-v4-{{ .Environment.CIRCLE_JOB }}-{{ checksum "yarn.lock" }}
1010
- run:
1111
name: Yarn Install
1212
command: yarn install --frozen-lockfile --prefer-offline
1313
- save_cache:
1414
name: Save Yarn Cache
15-
key: yarn-i18n-v3-{{ .Environment.CIRCLE_JOB }}-{{ checksum "yarn.lock" }}
15+
key: yarn-i18n-v4-{{ .Environment.CIRCLE_JOB }}-{{ checksum "yarn.lock" }}
1616
paths:
1717
- node_modules
1818
- i18n-cache/data

0 commit comments

Comments
 (0)