-
Notifications
You must be signed in to change notification settings - Fork 373
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
Drop support for Node <10 #146
Milestone
Comments
There's no real rush on this—just something to keep in mind for the next major version. |
Planning on releasing Helmet 4 in April, which is when Node 6 is scheduled to be deprecated, so we'll only allow Node 8+. |
You should also switch to ES6+ while at it :) |
@XhmikosR That's the plan! |
This was referenced May 29, 2019
EvanHahn
added a commit
that referenced
this issue
Jun 29, 2020
According to [the Node release schedule][0], Node 10 is the minimum supported version. Closes [#146][1]. [0]: https://github.com/nodejs/Release [1]: #146
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This will involve doing the following in all libraries:
engines
field inpackage.json
.travis.yml
The text was updated successfully, but these errors were encountered: