fix: Add scope and update npm for OIDC publishing

- Added scope: "@valknarthing" to setup-node action (required for scoped packages)
- Added npm update step to ensure npm CLI v11.5.1+ (required for OIDC support)

Matches the original OpenAI Codex workflow configuration.

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

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Sebastian Krüger
2025-11-13 13:24:05 +01:00
parent 207a0e2333
commit 4b2e4a1d48

View File

@@ -493,6 +493,10 @@ jobs:
with:
node-version: 22
registry-url: "https://registry.npmjs.org"
scope: "@valknarthing"
- name: Update npm
run: npm install -g npm@latest
- name: Download npm tarballs from release
env: