Skip to content

Commit 07a1d04

Browse files
authored
fix(releases): add missing npm upgrade step (#2758)
Accidentally removed this in a previous PR.
1 parent 185f4ec commit 07a1d04

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 🦋 Changeset PR
1+
name: 🦋 Changesets PR
22

33
on:
44
push:

.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)