diff --git a/.github/workflows/webui.yml b/.github/workflows/webui.yml index bc75b108..e3c9c95a 100644 --- a/.github/workflows/webui.yml +++ b/.github/workflows/webui.yml @@ -23,8 +23,9 @@ jobs: cache-dependency-path: ./glances/outputs/static/package-lock.json - name: Build Glances WebUI working-directory: ./glances/outputs/static + # TODO: add the following line when https://github.com/nicolargo/glances/issues/2914 will be solved + # npm audit fix run: | - npm audit fix npm ci npm run build - name: Commit and push WebUI