Skip to content

Commit a28133d

Browse files
committed
ci(release): install latest npm for trusted publishing support
1 parent 36beb4a commit a28133d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ jobs:
3030
registry-url: 'https://registry.npmjs.org'
3131
cache: 'pnpm'
3232

33+
# Ensure npm 11.5.1 or later for trusted publishing
34+
- name: Install npm
35+
run: npm install -g npm@latest
36+
3337
- name: Install dependencies
3438
run: pnpm install --frozen-lockfile
3539

0 commit comments

Comments
 (0)