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 5203807 commit 36654e3Copy full SHA for 36654e3
.github/workflows/publish.yml
@@ -23,7 +23,7 @@ jobs:
23
- uses: actions/setup-node@v4
24
with:
25
node-version: '20'
26
- registry-url: 'https://registry.npmjs.com'
+ registry-url: 'https://registry.npmjs.org/'
27
- name: Install
28
run: yarn install --frozen-lockfile
29
- name: Build
0 commit comments