Skip to content

Commit 9fe24de

Browse files
committed
fix(ci): configure npm registry auth for publish step
1 parent 8b25642 commit 9fe24de

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,10 @@ jobs:
6262
steps:
6363
- uses: actions/checkout@v4
6464

65+
- uses: actions/setup-node@v4
66+
with:
67+
registry-url: 'https://registry.npmjs.org'
68+
6569
- uses: jdx/mise-action@v3
6670

6771
- uses: actions/cache@v4

0 commit comments

Comments
 (0)