Skip to content

Commit 15c8241

Browse files
committed
Add the npm version update step back
accidentally removed in the previous pr
1 parent 185f4ec commit 15c8241

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
@@ -56,6 +56,11 @@ jobs:
5656
node-version: 20.19.0
5757
cache: "pnpm"
5858

59+
# npm v11.5.1 or newer is required for OIDC support
60+
# https://github.blog/changelog/2025-07-31-npm-trusted-publishing-with-oidc-is-generally-available/#whats-new
61+
- name: Setup npm 11.x for OIDC
62+
run: npm install -g [email protected]
63+
5964
- name: Install dependencies
6065
run: pnpm install --frozen-lockfile
6166

0 commit comments

Comments
 (0)