-
-
Notifications
You must be signed in to change notification settings - Fork 134
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Support Node.js v14 #209
Comments
|
Ok, the problem relates to the https://github.com/jaydenseric/graphql-upload/blob/v10.0.0/lib/ignoreStream.js#L10 The issue surfaces in these tests: https://github.com/jaydenseric/graphql-upload/blob/v10.0.0/test/lib/ignoreStream.test.js |
Turned out to only be an issue with the tests; the published code was ok. |
At the moment, the
graphql-upload
tests are failing for Node.js v14:https://github.com/jaydenseric/graphql-upload/runs/701487224?check_suite_focus=true#step:4:82
The error is:
Is it because of this in
fs-capacitor
?:https://github.com/mike-marcacci/fs-capacitor/blob/45ab8cb354a90914ce87c0069273ff40ff20654e/src/index.ts#L28
See mike-marcacci/fs-capacitor#28 .
Does it relate to this Node.js v14 change?:
nodejs/node#31912
Here are the Node.js v14 release notes:
https://nodejs.org/en/blog/release/v14.0.0/
The text was updated successfully, but these errors were encountered: