Skip to content

Commit 47bdbd5

Browse files
committed
ci: upgrade npm for trusted publishing support
1 parent 2b104c1 commit 47bdbd5

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ jobs:
2323
node-version: '24'
2424
registry-url: 'https://registry.npmjs.org'
2525

26+
- name: Upgrade npm for trusted publishing support
27+
run: npm install -g npm@latest
28+
2629
- name: Setup Bun
2730
uses: oven-sh/setup-bun@v2
2831

0 commit comments

Comments
 (0)