Skip to content

Commit 6cc653b

Browse files
chore(deps): update dependency node to v24 (#1670)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8b5f63d commit 6cc653b

File tree

3 files changed

+22
-13
lines changed

3 files changed

+22
-13
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- uses: actions/checkout@v5
2828
- uses: actions/setup-node@v6
2929
with:
30-
node-version: '22'
30+
node-version: '24'
3131
cache: 'npm'
3232
- uses: actions/cache@v4.3.0
3333
with:
@@ -46,7 +46,7 @@ jobs:
4646
- uses: actions/checkout@v5
4747
- uses: actions/setup-node@v6
4848
with:
49-
node-version: '22'
49+
node-version: '24'
5050
cache: 'npm'
5151
- run: npm ci
5252
- run: npm run lint
@@ -57,7 +57,7 @@ jobs:
5757
- uses: actions/checkout@v5
5858
- uses: actions/setup-node@v6
5959
with:
60-
node-version: '22'
60+
node-version: '24'
6161
cache: 'npm'
6262
- run: npm ci
6363
- run: npx depcheck --ignores depcheck
@@ -70,7 +70,7 @@ jobs:
7070
fetch-depth: 0
7171
- uses: actions/setup-node@v6.0.0
7272
with:
73-
node-version: '22'
73+
node-version: '24'
7474
cache: 'npm'
7575
- run: npm ci
7676
- name: Run Tests

package-lock.json

Lines changed: 17 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
@@ -59,7 +59,7 @@
5959
"@types/jest-when": "3.x.x",
6060
"@types/js-yaml": "4.x.x",
6161
"@types/micromatch": "4.x.x",
62-
"@types/node": "22.x",
62+
"@types/node": "24.x",
6363
"@types/pretty-hrtime": "1.x.x",
6464
"@types/semver": "7.x.x",
6565
"@types/split2": "4.x.x",

0 commit comments

Comments
 (0)