Skip to content

Commit b875665

Browse files
committed
ci: add registry-url to Node.js setup in release workflow
1 parent 6cc6e8e commit b875665

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
@@ -37,6 +37,7 @@ jobs:
3737
with:
3838
node-version: 22.21.1
3939
cache: pnpm
40+
registry-url: "https://registry.npmjs.org"
4041

4142
- name: Install dependencies
4243
run: pnpm install --frozen-lockfile

0 commit comments

Comments
 (0)