mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
fix(ci): pin version of npm on CircleCI (#12954)
This commit is contained in:
parent
fc5ac1ebc4
commit
a3884db87c
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ machine:
|
|||
|
||||
dependencies:
|
||||
pre:
|
||||
- npm install -g npm
|
||||
- npm install -g npm@3.6.0
|
||||
|
||||
test:
|
||||
override:
|
||||
|
|
|
|||
Loading…
Reference in a new issue