Skip to content

Commit dbb0f8f

Browse files
Update Node.js to v24 (#2515)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 072c781 commit dbb0f8f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
run_install: false
2020
- uses: actions/setup-node@v6
2121
with:
22-
node-version: 22.x
22+
node-version: 24.x
2323
cache: 'pnpm'
2424

2525
- run: pnpm install

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- uses: pnpm/action-setup@v4
3131
- uses: actions/setup-node@v6
3232
with:
33-
node-version: 22
33+
node-version: 24
3434
registry-url: 'https://registry.npmjs.org'
3535
cache: pnpm
3636
- run: pnpm install --frozen-lockfile

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
"node": "18.* || 20.* || >= 21"
124124
},
125125
"volta": {
126-
"node": "22.22.0",
126+
"node": "24.14.0",
127127
"pnpm": "9.15.9"
128128
},
129129
"publishConfig": {

0 commit comments

Comments
 (0)