Update Node.js version in GitHub Actions workflow from 18 to 20

This commit is contained in:
Evan Yang
2026-03-07 18:15:29 +08:00
parent c74a877ab5
commit cfea4f9cd1
+1 -1
View File
@@ -67,7 +67,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: "18"
node-version: "20"
cache: "pnpm"
cache-dependency-path: ui/pnpm-lock.yaml