Test Node
Some checks failed
Sonar / SonarQube (push) Successful in 51s
Sonar / Docker stuff (push) Failing after 4s

This commit is contained in:
Liviu Burcusel 2025-12-10 11:18:19 +01:00
parent 85143f0d4b
commit 3a3815849c
Signed by: liviu
GPG key ID: 6CDB37A4AD2C610C

View file

@ -54,9 +54,10 @@ jobs:
runs-on: docker
steps:
- name: Setup Node environment
uses: actions/setup-node@v4
with:
node-version: "24"
run: |
apk add --update nodejs npm
node --version
npm --version
- name: Code checkout
uses: actions/checkout@v4
with: