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 35d8333 commit f1cacdaCopy full SHA for f1cacda
.github/workflows/publish.yml
@@ -26,6 +26,7 @@ jobs:
26
- uses: actions/setup-node@v3
27
with:
28
node-version: ${{ matrix.node }}
29
+ registry-url: 'https://registry.npmjs.org'
30
- name: Install dependencies
31
run: yarn install --frozen-lockfile
32
- name: Run build
0 commit comments