Skip to content

Commit 4ad7056

Browse files
committed
ci: add registry-url to setup-node Action
1 parent 979697a commit 4ad7056

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/publish-dry-run.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
- uses: actions/setup-node@v4
3535
with:
3636
node-version: "lts/*"
37+
registry-url: "https://registry.npmjs.org"
3738
cache: "pnpm"
3839
- run: pnpm install
3940
- name: pnpm publish

.github/workflows/publish.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
- uses: actions/setup-node@v4
3535
with:
3636
node-version: "lts/*"
37+
registry-url: "https://registry.npmjs.org"
3738
cache: "pnpm"
3839
- run: pnpm install
3940
- name: pnpm publish

0 commit comments

Comments
 (0)