Update config.yml

This commit is contained in:
Bruno Barbieri 2018-07-06 00:38:13 -04:00 committed by GitHub
parent e29804224a
commit 0f2a5ece48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ jobs:
name: Install deps via npm
command: |
if [ ! -d node_modules ]; then
sudo npm install -g npm@$NPM_VERSION
sudo npm install -g npm@6
npm ci
fi
- save_cache: