Skip to content

Commit 728900d

Browse files
chore(deps): update dependency node to v24
1 parent 722212e commit 728900d

3 files changed

Lines changed: 102 additions & 102 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

package.json

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

0 commit comments

Comments
 (0)