Drop support for Node <10
See original GitHub issueThis will involve doing the following in all libraries:
- Updating the
engines
field inpackage.json
- Removing the versions from
.travis.yml
Issue Analytics
- State:
- Created 7 years ago
- Reactions:5
- Comments:6 (5 by maintainers)
Top Results From Across the Web
Drop support for Node v10 · Issue #622 · nodejs/undici - GitHub
Node.js v10 is going out of LTS in April, so we should really drop support for it in the next major. The text...
Read more >Announcing the end of support for Node.js 10.x in the AWS ...
Starting January 1, 2022, AWS SDK For JavaScript (v3) will no longer support Node.js 10.x which was EOL on April 30, 2021. We...
Read more >Node.js - endoflife.date
Release Released Active Support
19 2 months and 6 days ago. (18 Oct 2022) Ends in 3 months and 1 week. (01 Apr 2...
18...
Read more >Update Now! Node.js 8 is Not Supported from 2020.
New Node versions come with several bug and security fixes and new features as well. However, the transition from Node 8 to 10...
Read more >Supported node versions for self-hosted installs of Ghost
Node compatibility matrix ; 2021/01/29, 2.38.3, Final 2.x version ; 2019/10/22, 3.0.0, ^8.16.0, ^10.13.0 or ^12.10.0, Added Node 12 and bumped Ghost-CLI to...
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
You should also switch to ES6+ while at it 😃
This was done in ab556c272f85c84f34ccc04d7417f3412e6afd39, which was merged into the
4.x
branch. See #197 for more.