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 7760336 commit 94ffb13Copy full SHA for 94ffb13
.github/workflows/publish-package.yml
@@ -50,6 +50,7 @@ jobs:
50
with:
51
node-version: 20
52
cache: 'pnpm'
53
+ registry-url: 'https://registry.npmjs.org'
54
55
- name: Install dependencies
56
run: pnpm install
0 commit comments