We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0098152 + 3c1b3de commit 2bceb16Copy full SHA for 2bceb16
.circleci/config.yml
@@ -9,7 +9,7 @@ jobs:
9
- checkout
10
- run:
11
name: update-npm
12
- command: 'sudo npm install -g npm@latest'
+ command: 'sudo npm install -g npm@5'
13
- restore_cache:
14
key: dependency-cache-{{ checksum "package.json" }}
15
0 commit comments