Skip to content

Commit e125a1c

Browse files
committed
Set registry-url for setup node action
1 parent cf78e35 commit e125a1c

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/sdk-publish.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
node-version: 16
1919
check-latest: true
2020
cache: npm
21+
registry-url: https://registry.npmjs.org
2122

2223
- name: Install Node.js dependencies
2324
run: npm ci --no-audit

.npmrc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
access=public
2-
always-auth=true
32
lockfile-version=3
43
save-exact=true

0 commit comments

Comments
 (0)