Update npm version in Circle CI config

This commit is contained in:
Victor Baranov 2018-09-19 18:49:43 +03:00
parent d3d5c88010
commit 3452d40e3f
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ jobs:
- run:
name: Install npm 6 + deps via npm
command: |
sudo npm install -g npm@6.1.0 && npm install --no-save
sudo npm install -g npm@6.4.1 && npm install --no-save
- save_cache:
key: dependency-cache-{{ .Revision }}
paths: