Skip to content

Commit 91a4627

Browse files
robingenzclaude
andcommitted
ci(release): bump Node to 24 and drop npm self-update step
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 1289c74 commit 91a4627

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ permissions:
1717
pull-requests: write
1818

1919
env:
20-
NODE_VERSION: 22
20+
NODE_VERSION: 24
2121

2222
jobs:
2323
release:
@@ -31,13 +31,6 @@ jobs:
3131
uses: actions/setup-node@v4
3232
with:
3333
node-version: ${{ env.NODE_VERSION }}
34-
- name: Update npm for OIDC trusted publishing
35-
run: |
36-
# npm trusted publishing requires npm >= 11.5.1
37-
# Node.js 20.x ships with npm 10.x, so we need to update
38-
echo "Current npm version: $(npm --version)"
39-
npm install -g npm@latest
40-
echo "Updated npm version: $(npm --version)"
4134
- name: Install Dependencies
4235
run: npm ci
4336
- name: Create Release Pull Request or Publish to npm

0 commit comments

Comments
 (0)