From 90f34dc3674c15d7ffd7a52e8cfd2399e88f66bd Mon Sep 17 00:00:00 2001 From: liviu Date: Sat, 6 Dec 2025 10:27:48 +0100 Subject: [PATCH] Update .github/workflows/sonar.yml --- .github/workflows/sonar.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml index ff3a4ae..5824823 100644 --- a/.github/workflows/sonar.yml +++ b/.github/workflows/sonar.yml @@ -13,7 +13,7 @@ on: jobs: sonarqube: name: SonarQube - runs-on: ubuntu-22.04 + runs-on: node24 steps: - uses: actions/checkout@v4 with: @@ -21,7 +21,7 @@ jobs: - name: Setup node environment uses: actions/setup-node@v4 with: - node-version: "22" + node-version: "24" cache: "npm" - name: Install dependencies run: npm ci