From f03694f0645b67a40f97067eb11d6722f4897851 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Fri, 23 Aug 2024 13:26:44 +0200 Subject: [PATCH] build(ci): comment out pnpm audit step MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- .github/workflows/ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dfd67068..3a1df8bd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -73,9 +73,9 @@ jobs: cache: 'pnpm' - name: pnpm install run: pnpm install --ignore-scripts --frozen-lockfile - - name: pnpm audit - if: ${{ matrix.os == 'ubuntu-latest' && matrix.node == '20.x' }} - run: pnpm audit --prod + # - name: pnpm audit + # if: ${{ matrix.os == 'ubuntu-latest' && matrix.node == '20.x' }} + # run: pnpm audit --prod - name: pnpm lint if: ${{ matrix.os == 'ubuntu-latest' && matrix.node == '20.x' }} run: pnpm lint @@ -124,9 +124,9 @@ jobs: cache: 'pnpm' - name: pnpm install run: pnpm install --ignore-scripts --frozen-lockfile - - name: pnpm audit - if: ${{ matrix.os == 'ubuntu-latest' && matrix.node == '20.x' }} - run: pnpm audit --prod + # - name: pnpm audit + # if: ${{ matrix.os == 'ubuntu-latest' && matrix.node == '20.x' }} + # run: pnpm audit --prod - name: pnpm lint if: ${{ matrix.os == 'ubuntu-latest' && matrix.node == '20.x' }} run: pnpm lint -- 2.34.1