Skip to content

Commit 2e08ffd

Browse files
committed
fix(ci): upgrade to Node.js 24 for npm trusted publishing
npm trusted publishing requires npm CLI 11.5.1+. Node.js 22 ships with npm 10.x, Node.js 24 ships with npm 11.x.
1 parent 041da12 commit 2e08ffd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454

5555
- uses: actions/setup-node@v4
5656
with:
57-
node-version: '22'
57+
node-version: '24'
5858
registry-url: 'https://registry.npmjs.org'
5959

6060
- uses: actions/cache@v4

0 commit comments

Comments
 (0)