-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Remove pinned "zip.js" version in package.json
#10712
Comments
package.json
package.json
An issue with the pinned version of zip reported in #11526. |
@ggetz |
Since #11598, we have updated the minimum Node version to 18, which now supports TransformStream. With Node 18 or higher installed, the test in #10684 runs through without error. I think we can update zip now. @ggetz or @mramato am I missing anything? |
@jjhembd No, that sounds reasonable to me. |
Sounds good to me @jjhembd. |
#10694 pinned zip.js to
2.4
in order to fix #10684 based on this recommendation by the zip.js maintainer. Once the package no longer usesTransformStream
, this workaround should be removed.The text was updated successfully, but these errors were encountered: