From e2943b34ae480cc15676d77ce3cfb0c5b555a769 Mon Sep 17 00:00:00 2001 From: Jake Teton-Landis Date: Sat, 11 Apr 2026 05:13:31 -0400 Subject: [PATCH] Fix musl CI npm setup --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ee9db1c..d24a314 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -141,7 +141,7 @@ jobs: node:22-alpine \ sh -lc ' apk add --no-cache python3 make g++ && - npm install -g npm@11 node-gyp && + npm install -g node-gyp && package_tarball="$(echo ./artifacts/*.tgz)" && PREBUILDS_ONLY=1 npm install "$package_tarball" && npm test &&