Skip to content

Commit 9f7aa86

Browse files
chore(deps): update node.js to v24
1 parent 838ce25 commit 9f7aa86

5 files changed

Lines changed: 23 additions & 23 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: pnpm/action-setup@v4
1515
- uses: actions/setup-node@v6
1616
with:
17-
node-version: '22'
17+
node-version: '24.18.0'
1818
- run: pnpm install --frozen-lockfile
1919
- name: Prepack
2020
run: pnpm prepack

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: pnpm/action-setup@v4
1818
- uses: actions/setup-node@v6
1919
with:
20-
node-version: '22'
20+
node-version: '24.18.0'
2121
- run: npm install -g npm@latest
2222
- run: pnpm install --frozen-lockfile
2323
- name: Publish to NPM

.github/workflows/renovate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v6
1717
- uses: actions/setup-node@v6
1818
with:
19-
node-version: '20.19.0'
19+
node-version: '24.18.0'
2020

2121
- name: Run renovate-config-validator
2222
run: npx --yes --package renovate -- renovate-config-validator --strict

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"devDependencies": {
4646
"@kagal/cross-test": "^0.1.2",
4747
"@poupe/eslint-config": "^0.8.4",
48-
"@types/node": "^20.19.37",
48+
"@types/node": "^24.13.3",
4949
"eslint": "^9.39.4",
5050
"npm-run-all2": "^8.0.4",
5151
"pkg-pr-new": "^0.0.65",
@@ -56,7 +56,7 @@
5656
"vitest": "^4.1.0"
5757
},
5858
"engines": {
59-
"node": ">=18.20.8"
59+
"node": ">=24.18.0"
6060
},
6161
"packageManager": "pnpm@10.33.2+sha512.a90faf6feeab71ad6c6e57f94e0fe1a12f5dcc22cd754db40ae9593eb6a3e0b6b12e3540218bb37ae083404b1f2ce6db2a4121e979829b4aff94b99f49da1cf8",
6262
"publishConfig": {

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)