Skip to content

Commit e560362

Browse files
committed
Fix registry for workflow
1 parent c578daf commit e560362

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
uses: actions/setup-node@v4
1818
with:
1919
node-version: 22
20+
registry-url: "https://registry.npmjs.org"
2021
cache: "pnpm"
2122
- name: Install dependencies
2223
run: pnpm install

0 commit comments

Comments
 (0)