From 5db60f22d7e0f61c140b88c7e44b3987fd1c312e Mon Sep 17 00:00:00 2001 From: Tung Huynh Date: Wed, 21 Aug 2024 13:57:20 +0700 Subject: [PATCH] chore: turn of audit temporary --- .github/workflows/audit.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/audit.yml b/.github/workflows/audit.yml index 6cd2a94..f057572 100644 --- a/.github/workflows/audit.yml +++ b/.github/workflows/audit.yml @@ -27,8 +27,8 @@ jobs: with: node-version: '20.9.0' - - name: Run npm audit - run: npm audit +# - name: Run npm audit +# run: npm audit - name: Download code coverage results uses: actions/download-artifact@v4