Added setup node step.
Some checks failed
Sonar / SonarQube (push) Successful in 51s
Sonar / Docker stuff (push) Failing after 0s

This commit is contained in:
Liviu Burcusel 2025-12-08 15:34:11 +01:00
parent 8e2387746e
commit a4f4224908
Signed by: liviu
GPG key ID: 6CDB37A4AD2C610C

View file

@ -53,6 +53,10 @@ jobs:
needs: sonarqube
runs-on: docker
steps:
- name: Setup Node environment
uses: actions/setup-node@v4
with:
node-version: "24"
- name: Download build artifacts
uses: actions/download-artifact@v3
with: