Merge pull request #5812 from lresende/fix-build

Fix build issue with npm upgrade
pull/5818/head
Kevin Bates 6 years ago committed by GitHub
commit c7b50c6c00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -24,7 +24,7 @@ before_install:
- nvm use 6.9.2
- node --version
- npm --version
- npm upgrade -g npm
- npm install -g npm
- npm install
- |
if [[ $GROUP == js* ]]; then

Loading…
Cancel
Save