Merge pull request #2929 from NoelDeMartin/MOBILE-3833

MOBILE-3833 travis: Fix node installation
This commit is contained in:
Dani Palou 2021-09-01 08:42:51 +02:00 committed by GitHub
commit 9c3251ec1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@ cache:
- $HOME/.android/build-cache - $HOME/.android/build-cache
before_install: before_install:
- nvm use - nvm install
- node --version - node --version
- npm --version - npm --version
- nvm --version - nvm --version