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 13834c8 commit c82afc0Copy full SHA for c82afc0
.github/workflows/release.yml
@@ -51,6 +51,7 @@ jobs:
51
uses: actions/setup-node@v4
52
with:
53
node-version-file: '.node-version'
54
+ registry-url: 'https://registry.npmjs.org'
55
cache: 'pnpm'
56
57
- name: Install deps
0 commit comments