-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Test against future breakage of worker integrations and other non-node environments #7369
Comments
trevor-scheer
changed the title
Test against future breakage of worker integrations
Test against future breakage of worker integrations and other non-node environments
Feb 8, 2023
Looks like CFW's wrangler CLI is very capable of helping out here. We could pretty easily add a CI step which utilizes it. Ran this locally and the output is great!
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Some environments aren't compatible with certain Node APIs, but we'd like Apollo Server to be compatible with them and not accidentally break them in future releases. We should implement some kind of test to ensure that we don't break these integrations.
Ref: #6034 (comment)
The text was updated successfully, but these errors were encountered: