From 232700ae1e4d33117ec6b6540a0825ced68af276 Mon Sep 17 00:00:00 2001 From: Anne Moore Date: Wed, 10 Jul 2024 16:16:08 +0100 Subject: [PATCH] Added auditing --- .github/workflows/audit.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/audit.yml b/.github/workflows/audit.yml index b3ad1de4..ac83678c 100644 --- a/.github/workflows/audit.yml +++ b/.github/workflows/audit.yml @@ -17,6 +17,9 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v2 - + - name: Audit packages - run: npm audit \ No newline at end of file + run: npm audit + + - name: Fix issues + run: npm audit fix \ No newline at end of file