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