Skip to content

Commit fe68502

Browse files
author
SutuSebastian
committed
ci(release): add registry-url to common setup action
1 parent ac3bad4 commit fe68502

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/actions/setup/action.yml

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ runs:
1313
uses: actions/setup-node@v4
1414
with:
1515
node-version: 20
16+
registry-url: "https://registry.npmjs.org"
1617

1718
- name: Install packages
1819
shell: bash

0 commit comments

Comments
 (0)