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

This commit is contained in:
Liviu Burcusel 2025-12-10 13:14:03 +01:00
parent 115e43acfd
commit 3b27c7bf4f
Signed by: liviu
GPG key ID: 6CDB37A4AD2C610C

View file

@ -60,11 +60,11 @@ jobs:
- name: Prepare environment variables
run: |
echo REGISTRY=${{ env.FORGEJO_HOST }} >> $GITHUB_ENV
# - name: Setup Node environment
# run: |
# apk add --update nodejs npm
# node --version
# npm --version
- name: Setup Node environment
run: |
apk add --update nodejs npm
node --version
npm --version
- name: Code checkout
uses: actions/checkout@v4
with: