We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf78e35 commit e125a1cCopy full SHA for e125a1c
.github/workflows/sdk-publish.yaml
@@ -18,6 +18,7 @@ jobs:
18
node-version: 16
19
check-latest: true
20
cache: npm
21
+ registry-url: https://registry.npmjs.org
22
23
- name: Install Node.js dependencies
24
run: npm ci --no-audit
.npmrc
@@ -1,4 +1,3 @@
1
access=public
2
-always-auth=true
3
lockfile-version=3
4
save-exact=true
0 commit comments