Skip to content

Commit 1ef3fc9

Browse files
committed
chore(workflows/release): add registry-url config to setup-node step
1 parent 7bf34db commit 1ef3fc9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
with:
4141
node-version: 22
4242
cache: 'pnpm'
43+
registry-url: 'https://registry.npmjs.org'
4344

4445
- name: Install dependencies
4546
run: pnpm install

0 commit comments

Comments
 (0)