You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 1, 2026. It is now read-only.
Builds for NAPI v6 are not published because the container with Node 11 does not support v6 and wins the race to publishing the builds (v3 only), causing subsequent build containers (Node 12 etc) to fail because v3 already exists. This is a failure of node-pre-gyp.
The recent adoption of NAPI allows for only one container in the build matrix to be responisble for publishing the builds.
Builds for NAPI v6 are not published because the container with Node 11 does not support v6 and wins the race to publishing the builds (v3 only), causing subsequent build containers (Node 12 etc) to fail because v3 already exists. This is a failure of node-pre-gyp.
The recent adoption of NAPI allows for only one container in the build matrix to be responisble for publishing the builds.