Skip to content

Commit 207fd94

Browse files
authored
Revert "chore: adjust .travis to install latest npm (#812)"
This reverts commit 1fc1746.
1 parent 007b0b7 commit 207fd94

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,10 @@ env:
1212
- REACT_DIST=latest
1313
- REACT_DIST=next
1414
- REACT_DIST=experimental
15-
before_install:
16-
- nvm install-latest-npm
1715
install:
16+
# 7.0.6 fixed CI environments prompting user input.
17+
# Can be removed once node15 bumps the shipped npm version.
18+
- npm install --global npm@>=7.0.6
1819
- npm install
1920
# as requested by the React team :)
2021
# https://reactjs.org/blog/2019/10/22/react-release-channels.html#using-the-next-channel-for-integration-testing

0 commit comments

Comments
 (0)