Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,11 @@ jobs:
node-version: '20'
cache: 'pnpm'

# npm 11.5.1+ required for trusted-publisher OIDC auth on publish.
# The version bundled with Node 20 on setup-node is ~10.x.
- name: Upgrade npm for trusted-publisher support
run: npm install -g npm@latest

- name: Install dependencies
run: pnpm install --frozen-lockfile

Expand Down
Loading