Skip to content

Commit 2046e92

Browse files
committed
chore: Install npm 11.5.1 for OIDC publishing
1 parent 559aec4 commit 2046e92

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ jobs:
5757
with:
5858
node-version-file: '.nvmrc'
5959
- uses: pnpm/action-setup@v4
60+
- name: Upgrade npm for OIDC trusted publishing
61+
run: npm install -g npm@^11.5.1
6062
- run: pnpm install
6163
- name: Build
6264
run: pnpm run build

0 commit comments

Comments
 (0)