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

Disable keepAlive in download-lib.js, allowing node bindings to work on Node.JS 19 #1164

Merged
merged 4 commits into from
Oct 31, 2022

Conversation

Half-Shot
Copy link
Contributor

@Half-Shot Half-Shot commented Oct 31, 2022

Fixes #1160

This is fixed more formally in hgouveia/node-downloader-helper#92, but since it's easy to do without an upstream change I've added the config in here too. Once this gets merged and released, Node.JS 19 users should be able to download the latest binary.

@codecov
Copy link

codecov bot commented Oct 31, 2022

Codecov Report

Base: 73.07% // Head: 73.07% // No change to project coverage 👍

Coverage data is based on head (f4f3ca4) compared to base (6c975b0).
Patch has no changes to coverable lines.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1164   +/-   ##
=======================================
  Coverage   73.07%   73.07%           
=======================================
  Files         110      110           
  Lines       12304    12304           
=======================================
  Hits         8991     8991           
  Misses       3313     3313           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

Copy link
Member

@Hywan Hywan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for digging into this!

@Hywan Hywan merged commit 471ac07 into main Oct 31, 2022
@Hywan Hywan deleted the hs/fix-node-19-download branch October 31, 2022 13:35
@Hywan Hywan self-assigned this Nov 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Node.JS binding module not correctly downloaded in a Node.JS 19 environment
2 participants