fix(ci): add registry-url to setup-node for OIDC auth
This commit is contained in:
parent
9854e9f6e5
commit
396043a122
1
.github/workflows/publish.yml
vendored
1
.github/workflows/publish.yml
vendored
@ -77,6 +77,7 @@ jobs:
|
|||||||
- uses: actions/setup-node@v4
|
- uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: "24"
|
node-version: "24"
|
||||||
|
registry-url: "https://registry.npmjs.org"
|
||||||
|
|
||||||
- name: Upgrade npm for OIDC trusted publishing
|
- name: Upgrade npm for OIDC trusted publishing
|
||||||
run: npm install -g npm@latest
|
run: npm install -g npm@latest
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user