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
ci(release): verify bitgo tarball installs on node 20 and node 24
Adds a post-publish verify-consumer-install job that runs a real
`npm install bitgo@<newVersion>` in an isolated tempdir with
engine-strict=true on a [20.x, 24.x] node matrix. Catches shrinkwrap
engine regressions before they hit customers — the sanitize-html@2.17.6
lockout would have failed here instead of blocking a release train.
Retries only on E404/ETARGET registry propagation lag. EBADENGINE and
other install failures fail immediately.
TICKET: WCN-2091
0 commit comments