diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 2c74d07..225e2cf 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -187,9 +187,9 @@ jobs: run: | cd frontend bun install - - name: Install node 22 + - name: Install node 20 run: | - apt-get purge node -y + apt-get purge nodejs -y 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 -