Skip to content

Commit c2b5b27

Browse files
committed
use latest npm
1 parent 73fcb12 commit c2b5b27

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,7 @@ jobs:
2525

2626
- name: Run Biome
2727
run: biome ci .
28-
- run: pnpm publish --no-git-checks
28+
- name: Update npm
29+
run: npm install -g npm@latest
30+
- name: Publish
31+
- run: npm publish

0 commit comments

Comments
 (0)