diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml index 88c05e2..bdf58ab 100644 --- a/.github/workflows/sonar.yml +++ b/.github/workflows/sonar.yml @@ -55,8 +55,12 @@ jobs: steps: - name: Setup Node environment run: | - apk update - apk add nodejs npm + # 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 node --version npm --version - name: Code checkout