Skip to content

Commit

Permalink
Use slightly older Node.js versions
Browse files Browse the repository at this point in the history
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
  • Loading branch information
orangejulius committed Dec 5, 2018
1 parent b6d32dc commit ff69783
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -4,8 +4,8 @@ dist: trusty
notifications:
email: false
node_js:
- 8
- 10
- 8.13.0
- 10.13.0
matrix:
fast_finish: true
env:
Expand Down

0 comments on commit ff69783

Please sign in to comment.