Skip to content

v4.4.2: fix(nodejs): remove musl (x86_64-unknown-linux-musl) target support

Choose a tag to compare

@github-actions github-actions released this 30 Jul 07:08
· 41 commits to main since this release
The publish workflow fails because napi artifacts expects a musl build
artifact that was never produced — there is no corresponding musl build
job in CI. Drop the target from package.json and remove the linux-x64-musl
npm sub-package to fix publishing.