Skip to content

Commit fa8586e

Browse files
committed
Fix npmjs registry url
1 parent dee67a8 commit fa8586e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test-and-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ jobs:
8787
uses: actions/setup-node@v4
8888
with:
8989
node-version: ${{ matrix.node-version }}
90+
registry-url: 'https://registry.npmjs.org/'
9091

9192
- name: Install Dependencies
9293
run: npm ci

0 commit comments

Comments
 (0)