Skip to content

Commit fbca700

Browse files
committed
Disable Webui audit fix in the CI,
1 parent c0aa754 commit fbca700

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/webui.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,9 @@ jobs:
2323
cache-dependency-path: ./glances/outputs/static/package-lock.json
2424
- name: Build Glances WebUI
2525
working-directory: ./glances/outputs/static
26+
# TODO: add the following line when https://github.com/nicolargo/glances/issues/2914 will be solved
27+
# npm audit fix
2628
run: |
27-
npm audit fix
2829
npm ci
2930
npm run build
3031
- name: Commit and push WebUI

0 commit comments

Comments
 (0)