question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Focus tests on Node LTS releases

See original GitHub issue

The 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:closed
  • Created 6 years ago
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
BigBlueHatcommented, May 22, 2017

#370 has the goods. It’s using Node.js 4-7 and removes some cruft from ages past.

Holler if something looks off. 😁

1reaction
franciscopcommented, Apr 25, 2017

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found