-
Notifications
You must be signed in to change notification settings - Fork 257
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Expand support for node@18 #1884
Conversation
✅ Deploy Preview for apollo-federation-docs ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. |
💝 Thanks @trevor-scheer! I updated the issue to only include the node18 update, totally agree with waiting on node12 deprecation. Changes look great, once we figure out which version to land this in. |
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.
🐐
* Expand support for node@18
* Expand support for node@18 (#1884) * Expand support for node@18 * Resolving package.json and circleci config.yml conflicts with version-0.x branch. * Correcting package-lock.json files. * Correcting comments. * Updating circleci config for GraphQL v15 Support step. Co-authored-by: Trevor Scheer <trevor.scheer@gmail.com> Co-authored-by: Jeff Jakub <jeffjakub@users.noreply.github.com>
Fixes #1752
We can't drop support for Node 12 without a major version bump.
Aside from it being EOL, I don't see much incentive to drop it in any hurry, either. i.e. we're no longer polyfilling anything (which was an incentive to drop v10).
@benweatherman if you'd like me to leave your issue open anyway, I'll remove the
Fixes #1752
and just reference the issue instead.According to the comment in the Orb we use, the "install specific npm version" should no longer be necessary (as of a very long time ago). I removed it since it was causing issues with the node 18 tests and everything seems to be working as expected.
https://github.com/apollographql/CircleCI-Orbs/blob/main/src/oss-ci-cd-tooling/orb.yml#L41-L46
TODO