From 5ee2d12760340b3b9a9890d94587e3f8c6a22699 Mon Sep 17 00:00:00 2001 From: Liviu Burcusel Date: Tue, 9 Dec 2025 11:21:00 +0100 Subject: [PATCH] Revert --- .github/workflows/sonar.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml index bdf58ab..88c05e2 100644 --- a/.github/workflows/sonar.yml +++ b/.github/workflows/sonar.yml @@ -55,12 +55,8 @@ jobs: steps: - name: Setup Node environment run: | - # apk update - # apk add nodejs npm - apt update -y - apt install -y curl ca-certificates - curl -fsSL https://deb.nodesource.com/setup_24.x | bash - - apt install -y nodejs + apk update + apk add nodejs npm node --version npm --version - name: Code checkout