Skip to content

Commit

Permalink
Set registry-url for setup node action
Browse files Browse the repository at this point in the history
  • Loading branch information
thornbill committed Sep 16, 2022
1 parent cf78e35 commit e125a1c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/sdk-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
node-version: 16
check-latest: true
cache: npm
registry-url: https://registry.npmjs.org

- name: Install Node.js dependencies
run: npm ci --no-audit
Expand Down
1 change: 0 additions & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
access=public
always-auth=true
lockfile-version=3
save-exact=true

0 comments on commit e125a1c

Please sign in to comment.