From f4494f45c7129c729d2f1cbe6a4d76ef42b55f31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pau=20Ferrer=20Oca=C3=B1a?= Date: Tue, 14 Sep 2021 13:00:44 +0200 Subject: [PATCH] MOBILE-3833 travis: Install npm 7 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index da4c96c21..67d72aed6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,6 +19,7 @@ cache: before_install: - nvm install + - npm install npm@^7 -g - node --version - npm --version - nvm --version