Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: Fix node 15 #809

Merged
merged 5 commits into from Oct 29, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 4 additions & 1 deletion .travis.yml
Expand Up @@ -7,12 +7,15 @@ node_js:
- 10.14.2
- 12
- 14
- node
- 15
env:
- REACT_DIST=latest
- REACT_DIST=next
- REACT_DIST=experimental
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
nickmccurdy marked this conversation as resolved.
Show resolved Hide resolved
- 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
Expand Down