Skip to content

Commit b2bb111

Browse files
committed
chore: remove registry-url from setup-node for cleaner trusted publishing
1 parent 2773d12 commit b2bb111

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/dev-publish.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,6 @@ jobs:
142142
uses: actions/setup-node@v4
143143
with:
144144
node-version: 20
145-
registry-url: https://registry.npmjs.org
146145
cache: pnpm
147146

148147
- name: Install

.github/workflows/publish.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ jobs:
8787
uses: actions/setup-node@v4
8888
with:
8989
node-version: 20
90-
registry-url: https://registry.npmjs.org
9190
cache: pnpm
9291

9392
- name: Install

0 commit comments

Comments
 (0)