chore: more cleanup after Node 8 drop#20343
chore: more cleanup after Node 8 drop#20343pieh merged 7 commits intogatsbyjs:masterfrom shisama:chore/deprecate-node-8
Conversation
Node.js v8 is scheduled to stop maintenance on December 2019. Please see https://nodejs.org/en/about/releases/
sidharthachatterjee
left a comment
There was a problem hiding this comment.
Thanks for doing this!
Lowest supported version should be v10.13.0 since that's the version that Node 10 went into LTS with.
Can you update this PR with that please?
|
Related: gatsbyjs/api.gatsbyjs.org#33 |
|
I think the |
|
@sidharthachatterjee Thank you for your review. I changed lowest version to v10.13.0. |
|
@pvdz Thank you. I dropped |
|
I've added a deprecation warning in #20466 Let's give people a month and then get this in. Marking as blocked for now. Thanks! |
|
There are couple of good changes here that we missed in #22400 so I synced it |
pieh
left a comment
There was a problem hiding this comment.
Thanks! We did have separate PR that dropped most of node 8 things, but there are few things we missed there so this PR will still go in
Description
Node.js v8 is scheduled to stop maintenance on December 2019.
Please see https://nodejs.org/en/about/releases/
This is still draft. This will be opened when Node.js v8 will be End-of-Life.
Documentation
Related Issues