From fbca7005628abae3acb3d6a9391f0e786baf4a36 Mon Sep 17 00:00:00 2001 From: nicolargo Date: Sun, 11 Aug 2024 18:45:21 +0200 Subject: [PATCH] Disable Webui audit fix in the CI, --- .github/workflows/webui.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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