From ececc23176d6fd0bf3fbdb03e1e93241dc6987fd Mon Sep 17 00:00:00 2001 From: John McLear Date: Fri, 17 Apr 2026 10:06:39 +0100 Subject: [PATCH] Revert "fix: demote ERR_PNPM_IGNORED_BUILDS to warning in publish step (#176)" This reverts commit 97f589a76ecad41cb51cf9f41df46860681cab6d. --- .github/workflows/npmpublish.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/npmpublish.yml b/.github/workflows/npmpublish.yml index 28686bf..34544a9 100644 --- a/.github/workflows/npmpublish.yml +++ b/.github/workflows/npmpublish.yml @@ -17,11 +17,6 @@ jobs: permissions: contents: write # for the atomic version-bump push (branch + tag) id-token: write # for npm OIDC trusted publishing - env: - # pnpm 10.7+ treats ignored postinstalls as hard errors. Demote - # to warning so new transitive deps (e.g. unrs-resolver) don\'t break - # the release step. - npm_config_strict_dep_builds: "false" steps: - uses: actions/setup-node@v6 with: