-
Notifications
You must be signed in to change notification settings - Fork 125
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
Remove Unsupported Versions of Node.js from .travis.yml #338
Comments
According to this issue hapijs/hapi#4012, the BDFL of Hapi has decided to "Drop node 10" So even though Node.js v10 is still maintained by the OpenJS Foundation / Node.js Community, See:
What does that mean for us?It means we need to release a new |
Given that Hapi 19 no longer supports Nod.js version 10. e.g: |
Unsupported versions of Node.js removed and note about compatibility added #337 ✅ |
At present we have four versions of Node.js in our
.travis.yml
file and each one is tested by Travis CI on each commit:hapi-auth-jwt2/.travis.yml
Lines 1 to 6 in 490f2fe
Given that both Node version 8 and 11 are no longer supported/maintained, I feel we should remove them.
see: https://nodejs.org/en/about/releases
Does anyone have any objection to the removal of these older versions of Node from
.travis.yml
?The text was updated successfully, but these errors were encountered: