0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-27 00:42:40 +00:00

Add audit fix to CircleCI

This commit is contained in:
G.Ambatte
2023-02-04 10:50:59 +13:00
parent 747bb3c489
commit 6d9a0938ab

View File

@@ -33,6 +33,8 @@ jobs:
cache-path: node_modules
override-ci-command: npm i
- run: sudo npm audit fix
- save_cache:
paths:
- node_modules