ci: update nodejs version

This commit is contained in:
eoao
2026-05-10 13:54:56 +08:00
parent db0e930bd1
commit 3a0ded3d01

View File

@@ -49,7 +49,7 @@ jobs:
- name: ⚙ 设置 Node.js / Set up Node.js
uses: actions/setup-node@v4
with:
node-version: "20"
node-version: "22"
cache: "pnpm"
cache-dependency-path: "./mail-worker/pnpm-lock.yaml"