Skip to content

Commit 9629623

Browse files
chore(deps): update node.js to v24
1 parent 0336094 commit 9629623

7 files changed

Lines changed: 58 additions & 46 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: pnpm/action-setup@v6
1919
- uses: actions/setup-node@v7
2020
with:
21-
node-version: 22
21+
node-version: 24.19.0
2222
cache: pnpm
2323
- name: pnpm install
2424
run: pnpm install --frozen-lockfile

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: pnpm/action-setup@v6
2323
- uses: actions/setup-node@v7
2424
with:
25-
node-version: '24'
25+
node-version: '24.19.0'
2626
cache: pnpm
2727
- run: pnpm install --frozen-lockfile
2828
- name: Publish ${{ github.ref_name }}

.github/workflows/renovate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v7
1919
- uses: actions/setup-node@v7
2020
with:
21-
node-version: 20
21+
node-version: 24.19.0
2222

2323
- name: Run renovate-config-validator
2424
run: npx --yes --package renovate -- renovate-config-validator --strict

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
},
2929
"devDependencies": {
3030
"@poupe/eslint-config": "^0.10.1",
31-
"@types/node": "^20.19.43",
31+
"@types/node": "^24.13.3",
3232
"cspell": "^10.0.1",
3333
"eslint": "^10.6.0",
3434
"npm-run-all2": "^9.0.2",

packages/@kagal-build-tsdoc/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"devDependencies": {
7070
"@kagal/cross-test": "^0.1.3",
7171
"@poupe/eslint-config": "^0.10.1",
72-
"@types/node": "^20.19.43",
72+
"@types/node": "^24.13.3",
7373
"@vitest/coverage-istanbul": "^4.1.10",
7474
"eslint": "^10.6.0",
7575
"npm-run-all2": "^9.0.2",
@@ -88,7 +88,7 @@
8888
}
8989
},
9090
"engines": {
91-
"node": ">= 20.20.1",
91+
"node": ">= 24.20.0",
9292
"pnpm": ">= 10.33.4"
9393
},
9494
"publishConfig": {

packages/@kagal-model-tsdoc/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"@kagal/build-tsdoc": "workspace:^",
6262
"@kagal/cross-test": "^0.1.3",
6363
"@poupe/eslint-config": "^0.10.1",
64-
"@types/node": "^20.19.43",
64+
"@types/node": "^24.13.3",
6565
"@vitest/coverage-istanbul": "^4.1.10",
6666
"eslint": "^10.6.0",
6767
"npm-run-all2": "^9.0.2",
@@ -72,7 +72,7 @@
7272
"vitest": "^4.1.10"
7373
},
7474
"engines": {
75-
"node": ">= 20.20.1",
75+
"node": ">= 24.20.0",
7676
"pnpm": ">= 10.33.4"
7777
},
7878
"publishConfig": {

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)