Skip to content

Commit bb9d9a1

Browse files
author
Nick Colley
committed
Bump CircleCI dependency cache.
1 parent 4be5e22 commit bb9d9a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ references:
2222
#
2323
create_cache: &create_cache
2424
save_cache:
25-
key: cache-v1-{{ .Branch }}-{{ checksum "./package.json" }}
25+
key: cache-v2-{{ .Branch }}-{{ checksum "./package.json" }}
2626
paths:
2727
- ./node_modules/
2828

@@ -32,7 +32,7 @@ references:
3232
restore_cache: &restore_cache
3333
restore_cache:
3434
keys:
35-
- cache-v1-{{ .Branch }}-{{ checksum "./package.json" }}
35+
- cache-v2-{{ .Branch }}-{{ checksum "./package.json" }}
3636

3737
#
3838
# Filters

0 commit comments

Comments
 (0)