Skip to content

Commit 67ade2e

Browse files
committed
chore: update npm on release workflow
1 parent e20e698 commit 67ade2e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@ jobs:
3939
with:
4040
cache: 'pnpm'
4141
node-version-file: '.nvmrc'
42+
registry-url: 'https://registry.npmjs.org'
43+
44+
# Ensure npm 11.5.1 or later is installed for correct OIDC publishing
45+
- name: Update npm
46+
run: npm install -g npm@latest
4247

4348
- name: Install dependencies
4449
run: pnpm install

0 commit comments

Comments
 (0)