-
Notifications
You must be signed in to change notification settings - Fork 10
Add support for Node.js v24 #1968
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
Add support for Node.js v24 #1968
Conversation
|
Thank you for taking the time to contribute!
Please undo your changes to the lockfile and update the manifest ( Your current contribution is incorrect because 1) changing the version ranges in the lockfile does not affect users of the library and 2) you can't change the version ranges of dependencies. Additionally, please add 24.0.0 as an entry to the matrix for the
This is primarily about documentation (compatibility of this library is not affected because the |
|
Thank you so much for your feedback. I have made the changes based on your feedback.
I would like to handle the above. However, I will need some guidance. Thank you for the opportunity to contribute. |
👍
To be able to do this, first understand what the change in Node.js entails. Then go through the usages of the affected APIs in this project ( Having said that, if you're not familiar with this topic it's easier for both of us if you do not attempt to make this particular contribution because it's a nuanced and security sensitive change. There's no shame in making a contribution that's small. |
This comment was marked as resolved.
This comment was marked as resolved.
|
@Tosin-JD could you provide an update on your intentions with this PR? Are you intended to look into the referenced issue or leave the changes as is? |
|
Please sir, currently I cannot handle the second part that has to do with spawn so, I do not intend to handle it. I hope that there will be other issues that I can handle in the future so that I can keep contributing while I learn. Thank you |
I only tried to add the node js version which is v24. Please, how can I be able to ensure that this issue does not affect the version support of v24?