We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 007b0b7 commit 207fd94Copy full SHA for 207fd94
.travis.yml
@@ -12,9 +12,10 @@ env:
12
- REACT_DIST=latest
13
- REACT_DIST=next
14
- REACT_DIST=experimental
15
-before_install:
16
- - nvm install-latest-npm
17
install:
+ # 7.0.6 fixed CI environments prompting user input.
+ # Can be removed once node15 bumps the shipped npm version.
18
+ - npm install --global npm@>=7.0.6
19
- npm install
20
# as requested by the React team :)
21
# https://reactjs.org/blog/2019/10/22/react-release-channels.html#using-the-next-channel-for-integration-testing
0 commit comments