fix: restore registry-url for OIDC auth

This commit is contained in:
YeonGyu-Kim
2025-12-05 03:05:39 +09:00
parent 80a7f56066
commit 10591cb1ff

View File

@@ -40,6 +40,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: "20"
registry-url: "https://registry.npmjs.org"
- name: Install dependencies
run: bun install --ignore-scripts