From 85143f0d4bde5e7f8d95227d77c8e2facdc79e4f Mon Sep 17 00:00:00 2001 From: Liviu Burcusel Date: Wed, 10 Dec 2025 11:10:00 +0100 Subject: [PATCH] Test --- .github/workflows/sonar.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml index 91d6b86..91d483f 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: Code checkout uses: actions/checkout@v4 with: