Removed -y
All checks were successful
Sonar / SonarQube (push) Successful in 51s
Sonar / Docker stuff (push) Successful in 1s

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

View file

@ -55,7 +55,7 @@ jobs:
steps:
- name: Setup Node environment
run: |
apk update -y
apk update
apk add nodejs npm
node --version
npm --version