From cefdc94e036e3c4d689a610aee4eb8cf63c13ef3 Mon Sep 17 00:00:00 2001 From: SquidSpirit Date: Wed, 23 Jul 2025 05:23:29 +0800 Subject: [PATCH] BLOG-58 fix: workflow node version --- .gitea/workflows/frontend-ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/frontend-ci.yaml b/.gitea/workflows/frontend-ci.yaml index 2c5bb83..f8a1fb6 100644 --- a/.gitea/workflows/frontend-ci.yaml +++ b/.gitea/workflows/frontend-ci.yaml @@ -21,7 +21,7 @@ jobs: - name: Install node.js uses: actions/setup-node@v4 with: - node-version: 20 + node-version: 22 cache: "pnpm" cache-dependency-path: frontend/pnpm-lock.yaml