diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 5cddf3e..5e31e87 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -187,6 +187,14 @@ jobs: run: | cd frontend bun install + - name: Install node 22 + run: | + apt-get update -y + apt-get install -y --no-install-recommends curl ca-certificates gnupg + curl -fsSL https://deb.nodesource.com/setup_20.x | bash - + apt-get install -y --no-install-recommends nodejs + apt-get clean + rm -rf /var/lib/apt/lists/* - run: bunx playwright install --with-deps working-directory: ./frontend - name: Run Playwright tests