We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fc55f9 commit 1995a77Copy full SHA for 1995a77
.github/workflows/release.yml
@@ -26,6 +26,7 @@ jobs:
26
with:
27
node-version: 22
28
cache: pnpm
29
+ registry-url: 'https://registry.npmjs.org'
30
31
- name: Install Dependencies
32
run: pnpm install --frozen-lockfile
0 commit comments