Skip to content

Commit 4b626f2

Browse files
committed
chore: update default Node.js version to 24
1 parent 6f1ce9a commit 4b626f2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
# Cache node_modules
4444
- uses: actions/setup-node@v4
4545
with:
46-
node-version: 22
46+
node-version: 24
4747
cache: 'pnpm'
4848

4949
- run: pnpm install --frozen-lockfile

.github/workflows/compatibility-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
fail-fast: false
2424
matrix:
25-
node-version: ['18', '20', '22']
25+
node-version: ['18', '20', '22', '24']
2626
package:
2727
[
2828
'client',

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Install Node
3030
uses: actions/setup-node@v4
3131
with:
32-
node-version: 22
32+
node-version: 24
3333
cache: 'pnpm'
3434
registry-url: https://registry.npmjs.org/
3535

0 commit comments

Comments
 (0)