Merge pull request #2929 from NoelDeMartin/MOBILE-3833

MOBILE-3833 travis: Fix node installation
main
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
1 changed files with 1 additions and 1 deletions

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