Skip to content

Commit 200eea4

Browse files
committed
fix: add registry-url to setup-node for npm authentication
1 parent 146a209 commit 200eea4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
uses: actions/setup-node@v4
2020
with:
2121
node-version: '20'
22+
registry-url: 'https://registry.npmjs.org'
2223

2324
- name: Install dependencies
2425
run: yarn install

0 commit comments

Comments
 (0)