Skip to content

Commit f5a0603

Browse files
authored
ci: explicitly set registry-url for setup-node
1 parent b572736 commit f5a0603

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/npm_release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
- uses: actions/setup-node@v3
2828
with:
2929
node-version: 18
30+
registry-url: 'https://registry.npmjs.org'
3031
- name: Install Python
3132
uses: actions/setup-python@v4
3233
with:

0 commit comments

Comments
 (0)