From 3213bd83fef3d3af400612c4baf9d0ca1c183c59 Mon Sep 17 00:00:00 2001 From: Liviu Burcusel Date: Sat, 13 Dec 2025 12:03:00 +0100 Subject: [PATCH] Removed extra environment variables --- .github/workflows/sonar.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml index 7b8850d..1413193 100644 --- a/.github/workflows/sonar.yml +++ b/.github/workflows/sonar.yml @@ -36,9 +36,7 @@ jobs: CI: true - name: Build site env: - NODE_ENV: production NITRO_PRESET: node_cluster - NITRO_CLUSTER_WORKERS: 4 run: npm run build - name: Upload build artifacts uses: actions/upload-artifact@v3