From 4db56884dfc8f8ac627660111e0af2f5f3802d86 Mon Sep 17 00:00:00 2001 From: WorkClub Automation Date: Fri, 6 Mar 2026 22:33:44 +0100 Subject: [PATCH] fix(ci): pin node runtime for frontend vitest compatibility --- .gitea/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 5bd3e50..9be9183 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -71,6 +71,11 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 + - name: Setup Node.js + uses: actions/setup-node@v4 + with: + node-version: '20.x' + - name: Setup Bun uses: oven-sh/setup-bun@v2 with: