fix(ci): pin node runtime for frontend vitest compatibility
Some checks failed
CI Pipeline / Backend Build & Test (push) Successful in 1m9s
CI Pipeline / Frontend Lint, Test & Build (push) Failing after 50s
CI Pipeline / Infrastructure Validation (push) Successful in 4s

This commit is contained in:
WorkClub Automation
2026-03-06 22:33:44 +01:00
parent e1f98696b5
commit 4db56884df

View File

@@ -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: