Skip to content

Commit 36654e3

Browse files
committed
fix: actions
1 parent 5203807 commit 36654e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: actions/setup-node@v4
2424
with:
2525
node-version: '20'
26-
registry-url: 'https://registry.npmjs.com'
26+
registry-url: 'https://registry.npmjs.org/'
2727
- name: Install
2828
run: yarn install --frozen-lockfile
2929
- name: Build

0 commit comments

Comments
 (0)