From 8354abc8d2ca9ab7655a0eb7122c3709388a226e Mon Sep 17 00:00:00 2001 From: Lucas McDonald Date: Wed, 22 Jul 2026 15:35:15 -0700 Subject: [PATCH] fix(release): drop NPM_CONFIG_UNSAFE_PERM env npm 12 warns on unsafe-perm and will error on it in a future major; the release publish job runs npm@latest, so drop the workflow-level env. --- .github/workflows/prod-release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/prod-release.yml b/.github/workflows/prod-release.yml index 4a4dcd3c4..aeaa9688e 100644 --- a/.github/workflows/prod-release.yml +++ b/.github/workflows/prod-release.yml @@ -17,7 +17,6 @@ on: env: NODE_OPTIONS: "--max-old-space-size=4096" - NPM_CONFIG_UNSAFE_PERM: true jobs: pre-release-ci: