Closed
Description
Currently, only Node.js v14+ is supported:
Lines 28 to 30 in 4747497
I didn't realize this when I tried to update to the latest version and ran into problems with optional chaining:
- https://github.com/jaydenseric/apollo-upload-client/runs/2801578005?check_suite_focus=true#step:4:45
Line 198 in 4747497
Many packages at the moment, including all of mine, support Node.js ^12.20 || >= 14.13
. E.g:
This range supports most of the important Node.js ESM and package exports
field features.
Until Node.js v12 is EOL we'll be stuck on the last fetch-blob
version to support it; would you consider expanding the current level of support to accept Node.js ^12.20 || >= 14.13
?
Metadata
Metadata
Assignees
Labels
No labels