Skip to content
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

fix: remove node@14 specific extract timeout #5816

Merged
merged 1 commit into from May 7, 2020
Merged

fix: remove node@14 specific extract timeout #5816

merged 1 commit into from May 7, 2020

Commits on May 6, 2020

  1. fix: remove node@14 specific extract timeout

    closes #5719
    
    Original stream.pipeline issue has been fixed in Node 14.1.0 and above.
    
    Meanwhile, the workaround itself caused timout failures in many CI Node 14 runs, as reported in #5719.
    
    Removed it, as it's no longer needed, and actually blocks consumers from adding CI testing on Node 14.
    AviVahl committed May 6, 2020
    Copy the full SHA
    a7b0528 View commit details
    Browse the repository at this point in the history