apt -> apk
Some checks failed
Sonar / SonarQube (push) Successful in 50s
Sonar / Docker stuff (push) Failing after 1s

This commit is contained in:
Liviu Burcusel 2025-12-08 15:48:28 +01:00
parent 8969c3b44b
commit 5d8fb9fb91
Signed by: liviu
GPG key ID: 6CDB37A4AD2C610C

View file

@ -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