chore: Use pure OIDC for npm publishing (no registry-url)

Remove registry-url from setup-node to let npm use OIDC trusted publishing
directly without the .npmrc interference.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Steve Yegge
2025-11-29 21:45:57 -08:00
parent 72928255d7
commit 2614d8b221

View File

@@ -83,7 +83,6 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: '20'
registry-url: 'https://registry.npmjs.org'
- name: Publish to npm
run: |