ci: align production tests with Node 22

This commit is contained in:
Jesse_Chen
2026-07-22 18:59:55 +08:00
parent 48dead992f
commit a95f388dc3
2 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ jobs:
with: { python-version: '3.11' }
- uses: actions/setup-node@v4
with:
node-version: '20'
node-version: '22'
cache: npm
cache-dependency-path: frontend/package-lock.json
- name: Install dependencies