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

Travis Node Version Support Update #61

Closed
JacobMGEvans opened this issue Feb 23, 2020 · 1 comment · Fixed by #62
Closed

Travis Node Version Support Update #61

JacobMGEvans opened this issue Feb 23, 2020 · 1 comment · Fixed by #62

Comments

@JacobMGEvans
Copy link
Contributor

To avoid breaking builds and to update the Travis pipeline, bumping the Node versions to be more in line with Node release support can be implemented like this example.

v10 & v11 are LTS (long term support)

language: node_js
node_js:
  - "8"
  - "9"
  - "10"
  - "11"
  - "12"
notifications:
  email:
    on_success: never
@niftylettuce
Copy link
Contributor

👍 thank you as always @JacobMGEvans

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

Successfully merging a pull request may close this issue.

2 participants