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

Fix support for node LTS versions #5

Merged
merged 5 commits into from
Nov 8, 2018

Conversation

jacobheun
Copy link
Contributor

  • Update dependencies and fix linting
  • Remove custom logic for node versions since supported LTS versions are each 'modern'
  • Add .writev to comply with node 10 support
  • Update ci builds to build for node 6, 8, 10 and latest (11)

Changes in node 11.1.0

The build is currently breaking for node 11.1.0 as the params for onStreamRead have changed https://github.com/nodejs/node/blob/v11.1.0/lib/internal/stream_base_commons.js#L111. This module will need to be updated to support that change. I am leaving that as a separate item for now since this PR is aimed to fix support for LTS versions of node.

@jacobheun jacobheun changed the title Fix/updates Fix support for node LTS versions Nov 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants