Update config.yml

This commit is contained in:
Bruno Barbieri 2018-07-06 00:22:40 -04:00 committed by GitHub
parent 65a349dd30
commit 9ca9e90e4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -102,9 +102,6 @@ jobs:
- checkout
- restore_cache:
key: dependency-cache-{{ checksum "package-lock.json" }}
- run:
name: Install npm 6
command: sudo npm install -g npm@6
- run:
name: Install deps via npm
command: npm install