Skip to content

Commit 7b028d4

Browse files
committed
Use slightly older Node.js versions
Due to a limit to header sizes in the latest security releases of Node.js, combined with Elasticsearch's default of sending lots of deprecation warning errors as headers, we need to use slightly older versions of Node.js until either Elasticsearch offers more configuration options, or Node.js releases a CLI option for the header limit. See #337 for details
1 parent f39fc02 commit 7b028d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ dist: trusty
44
notifications:
55
email: false
66
node_js:
7-
- 8
8-
- 10
7+
- 8.13.0
8+
- 10.13.0
99
matrix:
1010
fast_finish: true
1111
env:

0 commit comments

Comments
 (0)