Skip to content

Commit f4be546

Browse files
committed
chore: (workflow) add registry URL and scope for npm in setup-node step
1 parent 7b86710 commit f4be546

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/publish-release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
uses: actions/setup-node@v6
2323
with:
2424
node-version: 22
25+
registry-url: "https://registry.npmjs.org"
26+
scope: "@react-symbols"
2527

2628
- name: Setup pnpm
2729
uses: pnpm/action-setup@v4

0 commit comments

Comments
 (0)