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 072573f commit c91c594Copy full SHA for c91c594
.github/workflows/publish.yaml
@@ -17,6 +17,7 @@ jobs:
17
uses: actions/setup-node@v3
18
with:
19
node-version: "20.x" # Change this to your desired Node.js version
20
+ registry-url: "https://registry.npmjs.org"
21
22
- name: Install pnpm
23
run: npm install -g pnpm
0 commit comments