fix(ci): pin version of npm on CircleCI (#12954)

This commit is contained in:
Alex Eagle 2016-11-17 17:27:51 -08:00 committed by Chuck Jazdzewski
parent fc5ac1ebc4
commit a3884db87c
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ machine:
dependencies:
pre:
- npm install -g npm
- npm install -g npm@3.6.0
test:
override: