Skip to content

Commit 96c6916

Browse files
chore(deps): update node.js to v24
1 parent 6d5cfba commit 96c6916

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@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # 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.12.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.10.4",
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)