Skip to content
This repository has been archived by the owner on Mar 7, 2023. It is now read-only.

build(prebuild): update prebuild dependencies to latest #106

Merged
merged 1 commit into from
Apr 23, 2020

Conversation

mcous
Copy link
Contributor

@mcous mcous commented Apr 23, 2020

node-abi, which is a dependency of prebuild and prebuild-install, contains the logic for which Node versions prebuild --all compiles for and subsequently publishes to GitHub releases.

package-lock.json had locked the version of node-abi to a version (2.2.0) from about 2 years ago, leading to a drastically outdated list of precompiled Node versions. This PR uninstalls and then reinstalls prebuild and prebuild-install to pick up the latest version of each as well as the latest version of node-abi.

I haven't been able to get my computer's node-gyp set up properly, so I haven't been able to test this yet. But, if everything works out, I think this should fix #85 and fix #104

@MadLittleMods
Copy link
Owner

Thanks for looking into this @mcous! Your explanation makes sense to me and might as well give it a shot 🤘🤘

@MadLittleMods MadLittleMods merged commit f07f972 into MadLittleMods:master Apr 23, 2020
MadLittleMods added a commit that referenced this pull request Apr 23, 2020
@MadLittleMods MadLittleMods added the dependencies Pull requests that update a dependency file label Apr 23, 2020
@MadLittleMods
Copy link
Owner

This is now part of v4.8.0

Going to wait for the prebuilds to build and publish to npm 🚀

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
2 participants