From 9a31496b1e83af71ff6ae3047d54d4a6c058bd3b Mon Sep 17 00:00:00 2001 From: Gabriel Diaz Date: Thu, 29 Feb 2024 18:02:56 -0300 Subject: [PATCH] chore: Update audit ci --- .github/workflows/audit.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/audit.yml b/.github/workflows/audit.yml index 569dfcf78..a60cddeeb 100644 --- a/.github/workflows/audit.yml +++ b/.github/workflows/audit.yml @@ -11,8 +11,7 @@ jobs: uses: actions/setup-node@v4.0.1 with: node-version: 18.x - cache: 'npm' - name: Install - run: npm i --legacy-peer-deps + run: npm ci --legacy-peer-deps - name: Audit signatures run: npm audit signatures