ci: update nodejs version

This commit is contained in:
aslost
2026-05-10 13:54:56 +08:00
parent cc471966d5
commit 1ed7b330f3
+1 -1
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"