Skip to content

Commit 48d0bce

Browse files
chore(deps): update node.js to v24
1 parent 205fe56 commit 48d0bce

File tree

5 files changed

+29
-12
lines changed

5 files changed

+29
-12
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
- uses: actions/checkout@v4
88
- uses: actions/setup-node@v4
99
with:
10-
node-version: 18
10+
node-version: 24
1111
- run: npm ci
1212
- name: Lint
1313
run: npm run lint

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Setup Node.js
1616
uses: actions/setup-node@v4
1717
with:
18-
node-version: 18
18+
node-version: 24
1919
- name: Install dependencies
2020
run: npm ci
2121
- name: Release build

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22
1+
24

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"@commitlint/cli": "20.2.0",
5050
"@commitlint/config-conventional": "20.2.0",
5151
"@types/jest": "30.0.0",
52-
"@types/node": "22.19.3",
52+
"@types/node": "24.10.4",
5353
"@typescript-eslint/eslint-plugin": "8.49.0",
5454
"@typescript-eslint/parser": "8.49.0",
5555
"eslint": "8.57.1",

0 commit comments

Comments
 (0)