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(node): remove node 6 and 8 support #649

Merged
merged 2 commits into from Jul 18, 2019
Merged

Commits on Jul 18, 2019

  1. fix: remove eslint

    jimthedev committed Jul 18, 2019
    Copy the full SHA
    92cea55 View commit details
    Browse the repository at this point in the history
  2. fix(node): remove node 6 and 8 support

    This removes node 6 and 8 support. This is a free project and our builds are getting very long so we
    have to be a bit careful about what versions we test on. To be clear, this still works on Node 6 and
    8 for now but we won't be maintaining that guarentee into the future so please work towards
    updating.
    
    BREAKING CHANGE: Removal of two major node versions, 6 and 8 from testing scheme
    jimthedev committed Jul 18, 2019
    Copy the full SHA
    fab7dd2 View commit details
    Browse the repository at this point in the history