Skip to content

Commit c2806fc

Browse files
authored
test: Fix node 15 (#809)
1 parent 50f54b5 commit c2806fc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,15 @@ node_js:
77
- 10.14.2
88
- 12
99
- 14
10-
- node
10+
- 15
1111
env:
1212
- REACT_DIST=latest
1313
- REACT_DIST=next
1414
- REACT_DIST=experimental
1515
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
1619
- npm install
1720
# as requested by the React team :)
1821
# https://reactjs.org/blog/2019/10/22/react-release-channels.html#using-the-next-channel-for-integration-testing

0 commit comments

Comments
 (0)