From 6d9a0938ab18bb61074e9799f0a944c55ed1815d Mon Sep 17 00:00:00 2001 From: "G.Ambatte" Date: Sat, 4 Feb 2023 10:50:59 +1300 Subject: [PATCH] Add audit fix to CircleCI --- .circleci/config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index eca61e07a..a3d124f2a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -33,6 +33,8 @@ jobs: cache-path: node_modules override-ci-command: npm i + - run: sudo npm audit fix + - save_cache: paths: - node_modules