Skip to content

Commit 2bceb16

Browse files
authored
Merge pull request CircleCI-Public#10 from CircleCI-Public/drazisil-patch-1
Pin npm to 5
2 parents 0098152 + 3c1b3de commit 2bceb16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- checkout
1010
- run:
1111
name: update-npm
12-
command: 'sudo npm install -g npm@latest'
12+
command: 'sudo npm install -g npm@5'
1313
- restore_cache:
1414
key: dependency-cache-{{ checksum "package.json" }}
1515
- run:

0 commit comments

Comments
 (0)