Skip to content

Commit 496b95b

Browse files
chore(deps): update node.js to v24
1 parent 6bb5fc4 commit 496b95b

4 files changed

Lines changed: 111 additions & 99 deletions

File tree

.github/actions/prepare/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ runs:
88
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
99
with:
1010
cache: pnpm
11-
node-version: "20"
11+
node-version: "24"
1212
- run: pnpm install --frozen-lockfile
1313
shell: bash
1414
using: composite

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22.21.0
1+
24.15.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"@eslint/js": "9.39.1",
5454
"@release-it/conventional-changelog": "10.0.2",
5555
"@types/eslint-plugin-markdown": "2.0.2",
56-
"@types/node": "22.18.12",
56+
"@types/node": "24.12.2",
5757
"@types/prop-types": "15.7.15",
5858
"@types/react": "19.2.7",
5959
"@vitest/coverage-v8": "3.2.1",

0 commit comments

Comments
 (0)