Revert
Some checks failed
Sonar / SonarQube (push) Successful in 1m1s
Sonar / Docker stuff (push) Failing after 6s

This commit is contained in:
Liviu Burcusel 2025-12-09 11:21:00 +01:00
parent edc28d166e
commit 5ee2d12760
Signed by: liviu
GPG key ID: 6CDB37A4AD2C610C

View file

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