Drop support for Node 0.10 and 0.12
See original GitHub issueI mentioned this before, the original plan was to support the latest three releases of Node.js and to follow along with the LTS schedule: https://github.com/nodejs/LTS
At the end of the year both 0.10 and 0.12 will have reached end of maintenance, so Karma can drop them safely.
This should happen in a new major release, aka 2.0.
Things to be done for this
- Update docs
- Update engines matcher in package.json
- Update travis and appveyor configuration to move to
4
,6
,7
being tested.
Issue Analytics
- State:
- Created 7 years ago
- Reactions:2
- Comments:7 (7 by maintainers)
Top Results From Across the Web
T134200 [RFC] RESTBase: Drop support for node 0.10 (and 0.12?)
We should consider dropping 0.10 and possibly 0.12 support soon. ... Ability to use modern ES6 features supported in Node 4, like const,...
Read more >Announcing the end of support for Node.js <10.x in the AWS ...
Starting November 1 2021, the AWS SDK For JavaScript (v2) will no longer support the following end of life (EOL) Node.js runtime versions:...
Read more >Upgrading Node.js 0.10 and 0.12 applications | Joyent
Maintenance support ends this month for Node.js version 0.10. In December, version 0.12 will also face losing maintenance support.
Read more >Node.js - endoflife.date
Release Released Active Support Se...
19 2 months and 1 week ago. (18 Oct 2022) Ends in 3 months. (01 Apr 2023) En...
18 (...
Read more >Prevent npm install for not supported Node.js versions
Use a local npm configuration to prevent users from installing your module/project with an unsupported Node.js version.
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
We are ready for this 😃
There is no urgent rush to do this, so I would wait until January for a new 2.0 release. We can still do regular minor and patch releases in the meantime as we need them.