Skip to content

Commit c6c91bb

Browse files
authored
ci: add registry URL for npm in release workflow
1 parent 1ea8a9b commit c6c91bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
uses: actions/setup-node@v6
2222
with:
2323
node-version: 24.x
24+
registry-url: 'https://registry.npmjs.org'
2425
- run: npm install --no-package-lock
2526
name: Install dependencies
2627
- run: npm run build

0 commit comments

Comments
 (0)