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

This commit is contained in:
Liviu Burcusel 2025-12-08 15:42:17 +01:00
parent b03e3dd0d8
commit 8969c3b44b
Signed by: liviu
GPG key ID: 6CDB37A4AD2C610C

View file

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