From d6b73d63c83a0649dc964a49478f51286ce15b33 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 17 Sep 2024 14:21:07 +0200 Subject: [PATCH] add dhcp servers --- .gitea/workflows/gitea-actions-sonarqube.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/gitea-actions-sonarqube.yml b/.gitea/workflows/gitea-actions-sonarqube.yml index d564b2e..83647ea 100644 --- a/.gitea/workflows/gitea-actions-sonarqube.yml +++ b/.gitea/workflows/gitea-actions-sonarqube.yml @@ -33,6 +33,7 @@ jobs: name: SonarQube Trigger runs-on: openjdk24 steps: + - apt install nodejs - name: Checking out uses: actions/checkout@v4 with: