Skip to content

Commit c6bbc1e

Browse files
chore(deps): update dependency node to v24 (#580)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f97d5b3 commit c6bbc1e

File tree

4 files changed

+20
-20
lines changed

4 files changed

+20
-20
lines changed

.github/workflows/autofix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
version: 10
1818
- uses: actions/setup-node@v6
1919
with:
20-
node-version: 20
20+
node-version: 24
2121
cache: pnpm
2222
- run: pnpm install
2323
- run: pnpm format

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
version: 10
2020
- uses: actions/setup-node@v6
2121
with:
22-
node-version: 20
22+
node-version: 24
2323
cache: pnpm
2424
- run: pnpm install
2525
- run: pnpm build

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"devDependencies": {
1111
"@css-render/vue3-ssr": "^0.15.14",
1212
"@types/markdown-it": "^14.1.2",
13-
"@types/node": "^22.17.0",
13+
"@types/node": "^24.0.0",
1414
"@typescript-eslint/eslint-plugin": "^8.38.0",
1515
"@typescript-eslint/parser": "^8.38.0",
1616
"eslint": "^9.32.0",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)