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: