We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 722212e commit 728900dCopy full SHA for 728900d
3 files changed
.github/actions/prepare/action.yml
@@ -8,7 +8,7 @@ runs:
8
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
9
with:
10
cache: pnpm
11
- node-version: "20"
+ node-version: "24"
12
- run: pnpm install --frozen-lockfile
13
shell: bash
14
using: composite
package.json
@@ -53,7 +53,7 @@
53
"@eslint/js": "9.38.0",
54
"@release-it/conventional-changelog": "10.0.1",
55
"@types/eslint-plugin-markdown": "2.0.2",
56
- "@types/node": "22.18.12",
+ "@types/node": "24.9.1",
57
"@types/prop-types": "15.7.15",
58
"@types/react": "19.2.0",
59
"@vitest/coverage-v8": "3.2.1",
0 commit comments