Skip to content

Commit bede8d7

Browse files
authored
Remove registry-url from Node setup in workflow
Removed the registry-url setting from Node setup.
1 parent 48b5400 commit bede8d7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/publish-npm.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ jobs:
2828
uses: actions/setup-node@v4
2929
with:
3030
node-version: '20'
31-
registry-url: 'https://registry.npmjs.org'
3231

3332
- name: Install dependencies
3433
run: |

0 commit comments

Comments
 (0)