You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The reason will be displayed to describe this comment to others. Learn more.
@brettstack dropping support for node versions is technically a breaking change. Would you reconsider this change as a part of v5 instead? I understand Node v14 is EOL and not all projects consider this a major.
Apollo Server 4 still supports Node 14 (and runs our tests against it in CI), so we can't take the latest patch that introduced this restriction without dropping Node v14 testing (which we will do in a major). apollographql/apollo-server#7804
The reason will be displayed to describe this comment to others. Learn more.
Hey @trevor-scheer 14.x should still work, there are just issues with CI since updating dependencies to latest. Let me know if this isn't the case. I'll look into getting 14.x back into CI. 🙂
Edit: I see, it wasn't just removing from CI, I also updated package.json. I'll fix that ASAP
cb26dc7
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@brettstack dropping support for node versions is technically a breaking change. Would you reconsider this change as a part of v5 instead? I understand Node v14 is EOL and not all projects consider this a major.
Apollo Server 4 still supports Node 14 (and runs our tests against it in CI), so we can't take the latest patch that introduced this restriction without dropping Node v14 testing (which we will do in a major).
apollographql/apollo-server#7804
cb26dc7
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @trevor-scheer 14.x should still work, there are just issues with CI since updating dependencies to latest. Let me know if this isn't the case. I'll look into getting 14.x back into CI. 🙂
Edit: I see, it wasn't just removing from CI, I also updated package.json. I'll fix that ASAP
cb26dc7
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@brettstack thanks for the quick turnaround! You already fixed a problem for someone before I even got to respond to them 😄
apollographql/apollo-server#7806