We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b317454 commit a6d186cCopy full SHA for a6d186c
1 file changed
.github/workflows/release.yml
@@ -25,6 +25,7 @@ jobs:
25
with:
26
node-version-file: '.nvmrc'
27
cache: 'yarn'
28
+ registry-url: 'https://registry.npmjs.org'
29
30
- name: Install Dependencies
31
run: yarn install
0 commit comments