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
6 changes: 2 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,12 +182,10 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '22'
node-version: '24'
# NOTE: Do NOT add registry-url here - it creates a .npmrc with
# auth token placeholder that interferes with OIDC authentication

- name: Update npm to latest (OIDC requires npm 11.5.1+)
run: npm install -g npm@latest
# Node 24 ships with npm 11+ natively, no manual upgrade needed

- name: Verify npm version
run: npm --version
Expand Down
Loading