feat: upgrade Node.js version and update dependencies for frontend and docs

This commit is contained in:
MengMengCode
2026-07-26 04:38:56 +08:00
parent 73433c035d
commit 70679b6fbb
20 changed files with 79 additions and 134 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20
node-version: "22.22.0"
cache: npm
cache-dependency-path: |
frontend/package-lock.json
+1 -1
View File
@@ -30,7 +30,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: "20"
node-version: "22.22.0"
cache: npm
cache-dependency-path: docs/package-lock.json