Skip to content

Commit 44045d6

Browse files
chore(deps): update dependency node to v24
1 parent 900900e commit 44045d6

File tree

4 files changed

+19
-19
lines changed

4 files changed

+19
-19
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v3
1515
- uses: actions/setup-node@v3
1616
with:
17-
node-version: 18
17+
node-version: 24
1818
- run: npm ci
1919
- name: Release
2020
env:

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v3
1414
- uses: actions/setup-node@v3
1515
with:
16-
node-version: 18
16+
node-version: 24
1717
- run: npm ci
1818
- name: Test
1919
run: npm run test
@@ -24,7 +24,7 @@ jobs:
2424
- uses: actions/checkout@v3
2525
- uses: actions/setup-node@v3
2626
with:
27-
node-version: 18
27+
node-version: 24
2828
- run: npm ci
2929
- name: Lint
3030
run: npm run lint

package-lock.json

Lines changed: 15 additions & 15 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
@@ -33,7 +33,7 @@
3333
"@tsconfig/node18": "18.2.1",
3434
"@types/chai": "4.3.20",
3535
"@types/mocha": "10.0.10",
36-
"@types/node": "22.18.13",
36+
"@types/node": "24.10.0",
3737
"@typescript-eslint/eslint-plugin": "8.46.2",
3838
"@typescript-eslint/parser": "8.46.2",
3939
"chai": "6.2.0",

0 commit comments

Comments
 (0)