From a4f422490809f2ac4a39f6cce49993cd8d4ff681 Mon Sep 17 00:00:00 2001 From: Liviu Burcusel Date: Mon, 8 Dec 2025 15:34:11 +0100 Subject: [PATCH] Added setup node step. --- .github/workflows/sonar.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml index 2f2c07f..8b97d49 100644 --- a/.github/workflows/sonar.yml +++ b/.github/workflows/sonar.yml @@ -53,6 +53,10 @@ jobs: needs: sonarqube runs-on: docker steps: + - name: Setup Node environment + uses: actions/setup-node@v4 + with: + node-version: "24" - name: Download build artifacts uses: actions/download-artifact@v3 with: