From 5d8fb9fb9104323340e374bfbdf9605b668e0cc1 Mon Sep 17 00:00:00 2001 From: Liviu Burcusel Date: Mon, 8 Dec 2025 15:48:28 +0100 Subject: [PATCH] apt -> apk --- .github/workflows/sonar.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml index 290d42e..054e253 100644 --- a/.github/workflows/sonar.yml +++ b/.github/workflows/sonar.yml @@ -55,10 +55,8 @@ jobs: steps: - name: Setup Node environment run: | - 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 -y + apk add nodejs npm node --version npm --version # - name: Download build artifacts