Skip to content

Commit 3b86c15

Browse files
chore: add npm registry URL
required for publishing
1 parent 4ac0312 commit 3b86c15

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ jobs:
1717
version: 9
1818
- uses: actions/setup-node@v4
1919
with:
20-
node-version: '18'
20+
node-version: 20
21+
registry-url: 'https://registry.npmjs.org'
2122
cache: 'pnpm'
2223
- run: pnpm install
2324
- run: pnpm prettier-check

0 commit comments

Comments
 (0)