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 05ea793 commit 5b9d8edCopy full SHA for 5b9d8ed
.circleci/config.yml
@@ -26,7 +26,7 @@ jobs:
26
keys:
27
- node-v1-{{ checksum "package.json" }}
28
- node-v1-
29
- - run: yarn install
+ - run: npm install
30
- save_cache:
31
key: node-v1-{{ checksum "package.json" }}
32
paths:
0 commit comments