fix(ci): add registry-url to setup-node for OIDC auth

This commit is contained in:
justsisyphus
2026-01-16 02:25:51 +09:00
parent 9854e9f6e5
commit 396043a122

View File

@@ -77,6 +77,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: "24"
registry-url: "https://registry.npmjs.org"
- name: Upgrade npm for OIDC trusted publishing
run: npm install -g npm@latest