From 207fd94dfb2b6251b1a46072f3b1ca92f4858285 Mon Sep 17 00:00:00 2001 From: Nick McCurdy Date: Fri, 13 Nov 2020 22:57:39 -0500 Subject: [PATCH] Revert "chore: adjust .travis to install latest npm (#812)" This reverts commit 1fc17466722be4dcc3224b2997b9c1f3bda4f740. --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 026c7f4b..fbe104b8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,9 +12,10 @@ env: - REACT_DIST=latest - REACT_DIST=next - REACT_DIST=experimental -before_install: - - nvm install-latest-npm install: + # 7.0.6 fixed CI environments prompting user input. + # Can be removed once node15 bumps the shipped npm version. + - npm install --global npm@>=7.0.6 - npm install # as requested by the React team :) # https://reactjs.org/blog/2019/10/22/react-release-channels.html#using-the-next-channel-for-integration-testing