Skip to content

Drop node 4 support #784

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

Merged
merged 2 commits into from
Oct 1, 2018
Merged

Drop node 4 support #784

merged 2 commits into from
Oct 1, 2018

Conversation

dpopp07
Copy link
Contributor

@dpopp07 dpopp07 commented Oct 1, 2018

As Node 4 has officially reached EOL, we should not support it in the next major version of the SDK.

This PR bumps the minimum supported engine to v6 in the package.json file and removes the Node 4 tests from being run on Travis.

I couldn't think of any code that was an artifact of Node 4 restrictions so I didn't change any code. If anyone else knows of something in the code we should change, let me know.

BREAKING CHANGE: Node 4 will no longer be supported, considered during development, or tested with.

To migrate your code, upgrade to a newer major version of Node.
@codecov-io
Copy link

codecov-io commented Oct 1, 2018

Codecov Report

Merging #784 into v4.0.0 will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           v4.0.0     #784   +/-   ##
=======================================
  Coverage   83.27%   83.27%           
=======================================
  Files          36       36           
  Lines        4561     4561           
  Branches      578      578           
=======================================
  Hits         3798     3798           
  Misses        362      362           
  Partials      401      401

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 50971c0...8bd82de. Read the comment docs.

@dpopp07 dpopp07 merged commit afe76a5 into v4.0.0 Oct 1, 2018
@dpopp07 dpopp07 deleted the drop-node-4-support branch October 1, 2018 20:03
@watson-github-bot
Copy link
Contributor

🎉 This PR is included in version 4.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

4 participants