From f5a6e24bab700d99d880b5f06bf73176a9ee6514 Mon Sep 17 00:00:00 2001 From: Miklos Fazekas Date: Mon, 29 Jun 2020 20:34:57 +0200 Subject: [PATCH] travis: use 10.18.1 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index a2b66245c..8e7065bf8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -39,6 +39,7 @@ matrix: - brew cleanup podfile: example/ios/Podfile before_install: +- nvm use 10.18.1 - curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.21.1 - export PATH=$HOME/.yarn/bin:$PATH install: