Skip to content

Commit 22d48fb

Browse files
authored
Fix npm-publish.yml
1 parent 8e3b613 commit 22d48fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
- name: Setup Node.js
1818
uses: actions/setup-node@v4
1919
with:
20+
registry-url: "https://registry.npmjs.org/"
2021
node-version: 'lts/*'
2122

2223
- name: Setup pnpm

0 commit comments

Comments
 (0)