Skip to content

Commit 4053987

Browse files
committed
test: Run with node 15
1 parent 50f54b5 commit 4053987

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,15 @@ node_js:
77
- 10.14.2
88
- 12
99
- 14
10+
- 15
1011
- node
1112
env:
1213
- REACT_DIST=latest
1314
- REACT_DIST=next
1415
- REACT_DIST=experimental
16+
# node15 compat
17+
# Revisit once https://github.com/npm/cli/pull/2047 is released.
18+
- npm_config_yes=true
1519
install:
1620
- npm install
1721
# as requested by the React team :)

0 commit comments

Comments
 (0)