Skip to content

Commit 52f7043

Browse files
committed
Set GitHub workflow Node version
1 parent 2190115 commit 52f7043

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/gen-toc.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ jobs:
1414
uses: actions/checkout@v3
1515
with:
1616
ref: ${{ github.head_ref }}
17+
- name: Setup Node.js
18+
uses: actions/setup-node@v4
19+
with:
20+
node-version: 24
1721
- name: Install pnpm
1822
uses: pnpm/action-setup@v2
1923
- name: Install dependencies

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"vite-plus": "catalog:"
3333
},
3434
"engines": {
35-
"node": ">= 22.15.0"
35+
"node": ">= 24.15.0"
3636
},
3737
"packageManager": "pnpm@10.9.0"
3838
}

0 commit comments

Comments
 (0)