Skip to content

Commit 3a250d1

Browse files
committed
Add missing registry-url in main workflow
1 parent 50542d7 commit 3a250d1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
- name: Set up Node.js
1818
uses: actions/setup-node@v3
1919
with:
20+
registry-url: https://registry.npmjs.org
2021
node-version: 18
2122
cache: 'pnpm'
2223

0 commit comments

Comments
 (0)