-
-
Notifications
You must be signed in to change notification settings - Fork 831
Open
Description
Issue workflow progress
Progress of the issue based on the
Contributor Workflow
- 1. The issue provides a reproduction available on Github, Stackblitz or CodeSandbox
Make sure to fork this template and run
yarn generate
in the terminal.Please make sure the GraphQL Tools package versions under
package.json
matches yours. - 2. A failing test has been provided
- 3. A local solution has been provided
- 4. A pull request is pending review
Describe the bug
[email protected]
upgraded @graphql-tools/executor-graphql-ws
from ^1.3.2
to ^2.0.1
which breaks node 18 support. Node 18 is still supported in the package.json
To Reproduce Steps to reproduce the behavior:
Try and install [email protected]
on node 18.
Expected behavior
It should work on node 16 and above
Environment:
- OS: Mac
@graphql-tools/url-loaders
: 8.0.25- NodeJS: 18
Additional context
Metadata
Metadata
Assignees
Labels
No labels