We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b411bcc + c56e465 commit ab6029fCopy full SHA for ab6029f
.github/workflows/publish.yml
@@ -16,6 +16,7 @@ jobs:
16
uses: actions/setup-node@v2
17
with:
18
node-version: '16'
19
+ registry-url: 'https://registry.npmjs.org'
20
21
- name: Build
22
run: yarn install --frozen-lockfile
0 commit comments