Skip to content

Commit 3dae809

Browse files
manuelbiehclaude
andcommitted
ci: add setup-node registry-url for OIDC npm auth
setup-node with registry-url creates the .npmrc that npm needs to initiate the OIDC token exchange with the registry. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 39a7467 commit 3dae809

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,11 @@ jobs:
8686
node-version: '22'
8787
cache: 'yarn'
8888

89+
- name: Setup npm registry
90+
uses: actions/setup-node@v4
91+
with:
92+
registry-url: 'https://registry.npmjs.org'
93+
8994
- name: Install dependencies
9095
run: yarn install --frozen-lockfile
9196

0 commit comments

Comments
 (0)