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