Skip to content

Commit 6293d37

Browse files
authored
invalidate circleci cache
1 parent 15404b5 commit 6293d37

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
@@ -6,10 +6,10 @@ jobs:
66
steps:
77
- checkout
88
- restore_cache:
9-
key: test-node-modules-{{ checksum "package-lock.json" }}
9+
key: test-node-modules-{{ .Environment.CACHE_VERSION }}-{{ checksum "package-lock.json" }}
1010
- run: npm install
1111
- save_cache:
12-
key: test-node-modules-{{ checksum "package-lock.json" }}
12+
key: test-node-modules-{{ .Environment.CACHE_VERSION }}-{{ checksum "package-lock.json" }}
1313
paths:
1414
- node_modules
1515
- run: npm run lint

0 commit comments

Comments
 (0)