We use prebuildify to prebuild for the target environments that we use and execute it something like this:
prebuildify -t 18.20.3 -t 20.13.1 -t electron@29.4.0 -t electron@30.0.6
With version 5.0.1 this resulted in 3 prebuilds with the names:
- node.abi108.node
- node.abi115.node
- electron.abi121.node
- electron.abi123.node
After upgrading to 6.0.1 we only get 1 prebuild with the name: my-package-name.node. This means the prebuild will only work in some environments and error in others. Prebuildify still runs three builds but I assume only the last one is available in the builds folder. Platform is Windows if that matters.