From f1fb55638d768510f0b57f5aa609cc426aefe807 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Wed, 11 Jun 2025 11:49:18 +0200 Subject: [PATCH] ci: temporaly disable deps security audit 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 48b62901..e466708c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -74,9 +74,9 @@ jobs: cache: 'pnpm' - name: pnpm install run: pnpm install --ignore-scripts --frozen-lockfile - - name: pnpm audit - if: ${{ matrix.os == 'ubuntu-latest' && matrix.node == '22.x' }} - run: pnpm audit --prod + # - name: pnpm audit + # if: ${{ matrix.os == 'ubuntu-latest' && matrix.node == '22.x' }} + # run: pnpm audit --prod - name: pnpm lint if: ${{ matrix.os == 'ubuntu-latest' && matrix.node == '22.x' }} run: pnpm lint @@ -125,9 +125,9 @@ jobs: cache: 'pnpm' - name: pnpm install run: pnpm install --ignore-scripts --frozen-lockfile - - name: pnpm audit - if: ${{ matrix.os == 'ubuntu-latest' && matrix.node == '22.x' }} - run: pnpm audit --prod + # - name: pnpm audit + # if: ${{ matrix.os == 'ubuntu-latest' && matrix.node == '22.x' }} + # run: pnpm audit --prod - name: pnpm lint if: ${{ matrix.os == 'ubuntu-latest' && matrix.node == '22.x' }} run: pnpm lint -- 2.43.0