From 3e856bf637b0b4dce5d6d8245a4e1b03ea863af1 Mon Sep 17 00:00:00 2001 From: Zoltan Kochan Date: Sun, 16 Jan 2022 01:47:17 +0200 Subject: [PATCH] ci: temporarily skip audit --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 63a10d4efe..5fda26f616 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,8 +39,8 @@ jobs: run: pnpm add --global npm@7 - name: pnpm install run: pnpm install - - name: Audit - run: pnpm audit + # - name: Audit + # run: pnpm audit - name: run tests (main) if: github.ref == 'refs/heads/main' run: pnpm run test-main