Skip to content

Commit

Permalink
Disable Webui audit fix in the CI,
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolargo committed Aug 11, 2024
1 parent c0aa754 commit fbca700
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/webui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fbca700

Please sign in to comment.