We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2190115 commit 52f7043Copy full SHA for 52f7043
2 files changed
.github/workflows/gen-toc.yml
@@ -14,6 +14,10 @@ jobs:
14
uses: actions/checkout@v3
15
with:
16
ref: ${{ github.head_ref }}
17
+ - name: Setup Node.js
18
+ uses: actions/setup-node@v4
19
+ with:
20
+ node-version: 24
21
- name: Install pnpm
22
uses: pnpm/action-setup@v2
23
- name: Install dependencies
package.json
@@ -32,7 +32,7 @@
32
"vite-plus": "catalog:"
33
},
34
"engines": {
35
- "node": ">= 22.15.0"
+ "node": ">= 24.15.0"
36
37
"packageManager": "pnpm@10.9.0"
38
}
0 commit comments