Skip to content

Commit e531c2c

Browse files
chore: bump up node version to v24
1 parent 0bb4d23 commit e531c2c

File tree

5 files changed

+47
-47
lines changed

5 files changed

+47
-47
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Setup node
2626
uses: actions/setup-node@v4
2727
with:
28-
node-version: 22
28+
node-version: 24
2929
cache: 'pnpm'
3030

3131
- name: Install

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Setup node
3636
uses: actions/setup-node@v4
3737
with:
38-
node-version: 22
38+
node-version: 24
3939
cache: pnpm
4040
- name: Install dependencies
4141
run: pnpm install

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
uses: actions/setup-node@v4
109109
if: ${{ !matrix.settings.docker }}
110110
with:
111-
node-version: 22
111+
node-version: 24
112112
cache: pnpm
113113
- name: Install
114114
uses: dtolnay/rust-toolchain@stable

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"@napi-rs/cli": "^2.18.4",
7171
"@taplo/cli": "^0.7.0",
7272
"@types/jest": "^29.5.14",
73-
"@types/node": "^22.14.1",
73+
"@types/node": "^24.0.0",
7474
"archons": "link:",
7575
"chalk": "^5.4.1",
7676
"husky": "^9.1.7",

pnpm-lock.yaml

Lines changed: 43 additions & 43 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)