Skip to content

Commit 2f68682

Browse files
chore(deps): update dependency node to v24
1 parent 930bccd commit 2f68682

File tree

4 files changed

+51
-50
lines changed

4 files changed

+51
-50
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Setup Node
1616
uses: actions/setup-node@v4
1717
with:
18-
node-version: 20
18+
node-version: 24
1919
- uses: pnpm/action-setup@v4
2020
with:
2121
run_install: false

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Setup Node
3636
uses: actions/setup-node@v4
3737
with:
38-
node-version: 20
38+
node-version: 24
3939
- uses: pnpm/action-setup@v4
4040
with:
4141
run_install: false

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@types/markdown-it": "14.1.2",
4343
"@types/markdown-it-container": "2.0.10",
4444
"@types/markdown-it-footnote": "3.0.4",
45-
"@types/node": "22.19.1",
45+
"@types/node": "24.10.1",
4646
"@unocss/preset-attributify": "0.65.4",
4747
"@unocss/preset-icons": "0.65.4",
4848
"@unocss/preset-uno": "0.65.4",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)