Focus tests on Node LTS releases
See original GitHub issueThe Travis file currently lists 0.10
, 0.12
, and 4.1
:
https://github.com/indexzero/http-server/blob/master/.travis.yml#L3-L6
Based on the LTS schedule, I think it’s prudent (sane) to:
- drop 0.10
- (possibly) drop 0.12
- add 6.0
- add 8.0 (once Travis is ready for that)
Think that should limit the pain of maintenance a bit. I’m primarily looking for feedback about dropping 0.12
.
Thanks!
Issue Analytics
- State:
- Created 6 years ago
- Comments:6 (2 by maintainers)
Top Results From Across the Web
What versions of node do we want to support? #217 - GitHub
If we can have a list of LTS releases that we want to support, then we can write the test suite in a...
Read more >Introducing Node.js 19 - Red Hat
Introducing the latest Node.js release: Node.js 19. This blog details what's new and improved in this release, along with the promotion of ...
Read more >11 Features in Node.js 18 you need to try - NodeSource
Details of Node.js 18 new features, including fetch API and test runner, along with V8 JavaScript engine 10.1 features, and more...
Read more >What are LTS versions of Node.js ? - GeeksforGeeks
How to know if you are using the LTS version of Node.js? You can easily determine the node.js version and whether you are...
Read more >Unit and integration testing for Node.js apps - LogRocket Blog
In this post, we're going to focus on unit and integration testing. First, let's discuss the different framework's we'll be using. What is...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
#370 has the goods. It’s using Node.js 4-7 and removes some cruft from ages past.
Holler if something looks off. 😁
Node.js 8.0.0 is dropping in few days, might as well include it. Though it won’t be LTS until 6 months later, but it everything goes according to the plan 8.0 => 8.x should be totally compatible.