Skip to content
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

Merged
merged 9 commits into from
Jun 23, 2022
Merged

Expand support for node@18 #1884

merged 9 commits into from
Jun 23, 2022

Conversation

trevor-scheer
Copy link
Member

@trevor-scheer trevor-scheer commented May 23, 2022

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

@netlify
Copy link

netlify bot commented May 23, 2022

Deploy Preview for apollo-federation-docs ready!

Name Link
🔨 Latest commit b015313
🔍 Latest deploy log https://app.netlify.com/sites/apollo-federation-docs/deploys/62b4c8717a319a00085ec844
😎 Deploy Preview https://deploy-preview-1884--apollo-federation-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@codesandbox-ci
Copy link

codesandbox-ci bot commented May 23, 2022

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.

@benweatherman
Copy link
Contributor

💝 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.

@trevor-scheer trevor-scheer added this to the 2.1.0 milestone May 24, 2022
@benweatherman benweatherman self-assigned this Jun 9, 2022
Copy link
Contributor

@benweatherman benweatherman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🐐

@benweatherman benweatherman merged commit 8470036 into main Jun 23, 2022
@benweatherman benweatherman deleted the trevor/node-18 branch June 23, 2022 20:18
benweatherman pushed a commit that referenced this pull request Jun 24, 2022
* Expand support for node@18
jeffjakub added a commit that referenced this pull request Oct 28, 2022
* 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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add node18 support
2 participants