Conversation
BREAKING CHANGE
|
This won't turn green because Node 8 is still required on the repo. I think we probably can turn it off for the repo once this is merged, though if we want to leave it turned on, I guess we need to leave an empty Node 8 job in this branch. |
package.json
Outdated
| }, | ||
| "engines": { | ||
| "node": ">= 8.0" | ||
| "node": ">= 10.0" |
There was a problem hiding this comment.
If the idea is to only support LTS, this should be >=10.13.
https://nodejs.org/en/download/releases/
There was a problem hiding this comment.
I think LTS and Active.
There was a problem hiding this comment.
We should be supporting LTS Active and Maintenance.
https://nodejs.org/en/about/releases/
Otherwise we'd be dropping 10.x in two months.
There was a problem hiding this comment.
I think the ones we support on that chart are Current, Active, and Maintenance. Does that sound right?
Ah, I can turn it off for the |
|
|
|
🎉 This PR is included in version 11.9.0-beta.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
BREAKING CHANGE
BREAKING CHANGE: Require Node 10+ (#1895)
BREAKING CHANGE: Require Node 10+ (#1895)
BREAKING CHANGE: Require Node 10+ (#1895)
BREAKING CHANGE: Require Node 10+ (#1895)
BREAKING CHANGE: Require Node 10+ (#1895)
BREAKING CHANGE
BREAKING CHANGE: Require Node 10+ (nock#1895)
BREAKING CHANGE
Close #1871