From 8969c3b44bcb03ba9b96590703e7be246b05d6c0 Mon Sep 17 00:00:00 2001 From: Liviu Burcusel Date: Mon, 8 Dec 2025 15:42:17 +0100 Subject: [PATCH] apt-get -> apt --- .github/workflows/sonar.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml index fa245af..290d42e 100644 --- a/.github/workflows/sonar.yml +++ b/.github/workflows/sonar.yml @@ -55,10 +55,10 @@ jobs: steps: - name: Setup Node environment run: | - apt-get update -y - apt-get install -y curl ca-certificates + apt update -y + apt install -y curl ca-certificates curl -fsSL https://deb.nodesource.com/setup_24.x | bash - - apt-get install -y nodejs + apt install -y nodejs node --version npm --version # - name: Download build artifacts