We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15404b5 commit 6293d37Copy full SHA for 6293d37
.circleci/config.yml
@@ -6,10 +6,10 @@ jobs:
6
steps:
7
- checkout
8
- restore_cache:
9
- key: test-node-modules-{{ checksum "package-lock.json" }}
+ key: test-node-modules-{{ .Environment.CACHE_VERSION }}-{{ checksum "package-lock.json" }}
10
- run: npm install
11
- save_cache:
12
13
paths:
14
- node_modules
15
- run: npm run lint
0 commit comments