Skip to content

Commit 1082e6b

Browse files
authored
ci: add registry URL
1 parent 4c8399b commit 1082e6b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ jobs:
136136
- uses: actions/setup-node@v6
137137
with:
138138
node-version-file: '.nvmrc'
139+
registry-url: 'https://registry.npmjs.org'
139140

140141
- name: Install deps
141142
run: npm ci --audit=false

0 commit comments

Comments
 (0)