From 4e1a81da42504a9b8e8908c691371f1e816426be Mon Sep 17 00:00:00 2001 From: Ryan Bas Date: Sun, 10 May 2026 14:22:02 -0600 Subject: [PATCH] fix: remove registry-url from setup-node (OIDC handles auth) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit With id-token: write and NPM_CONFIG_PROVENANCE, npm authenticates via GitHub OIDC — no NODE_AUTH_TOKEN or registry-url needed. Co-Authored-By: Claude Opus 4.6 (1M context) --- .github/workflows/release.yml | 1 - .github/workflows/snapshot.yml | 1 - 2 files changed, 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8b86288..9eaf63b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,6 @@ jobs: with: node-version: 22 cache: pnpm - registry-url: https://registry.npmjs.org - run: pnpm install --frozen-lockfile diff --git a/.github/workflows/snapshot.yml b/.github/workflows/snapshot.yml index c83ccb5..d1bac5f 100644 --- a/.github/workflows/snapshot.yml +++ b/.github/workflows/snapshot.yml @@ -25,7 +25,6 @@ jobs: with: node-version: 22 cache: pnpm - registry-url: https://registry.npmjs.org - run: pnpm install --frozen-lockfile