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