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 948ef3b commit 3e2935aCopy full SHA for 3e2935a
.github/workflows/release.yml
@@ -20,6 +20,7 @@ jobs:
20
uses: actions/setup-node@v3
21
with:
22
node-version: 18
23
+ registry-url: https://registry.npmjs.org/
24
25
- name: Install Dependencies
26
run: |
0 commit comments