From 3a3815849cad28449f83e15069bfc8031c283a35 Mon Sep 17 00:00:00 2001 From: Liviu Burcusel Date: Wed, 10 Dec 2025 11:18:19 +0100 Subject: [PATCH] Test Node --- .github/workflows/sonar.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml index 91d483f..71b3335 100644 --- a/.github/workflows/sonar.yml +++ b/.github/workflows/sonar.yml @@ -54,9 +54,10 @@ jobs: runs-on: docker steps: - name: Setup Node environment - uses: actions/setup-node@v4 - with: - node-version: "24" + run: | + apk add --update nodejs npm + node --version + npm --version - name: Code checkout uses: actions/checkout@v4 with: