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 94e4657 commit acdaa80Copy full SHA for acdaa80
.github/workflows/publish.yml
@@ -27,6 +27,7 @@ jobs:
27
uses: actions/setup-node@v3
28
with:
29
node-version: "lts/*"
30
+ registry-url: "https://registry.npmjs.org"
31
cache: pnpm
32
33
- name: "Install dependencies"
0 commit comments