Skip to content

Commit c55d1cf

Browse files
chore(deps): update dependency node to v24
1 parent 8a1bba7 commit c55d1cf

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
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

package-lock.json

Lines changed: 8 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.1.0",
5050
"@commitlint/config-conventional": "20.0.0",
5151
"@types/jest": "30.0.0",
52-
"@types/node": "22.18.12",
52+
"@types/node": "24.9.1",
5353
"@typescript-eslint/eslint-plugin": "8.46.2",
5454
"@typescript-eslint/parser": "8.46.2",
5555
"eslint": "8.57.1",

0 commit comments

Comments
 (0)