From 4310e0ebf9a8a96adda15def3755cd727b30d2b9 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Thu, 2 Jul 2020 10:50:50 +0200 Subject: Disable npm audit At the moment it fails with unfixable minor vuln in a dev-dependency --- .github/workflows/ci.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ed9191c49..7f4e75341 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -116,9 +116,9 @@ jobs: - run: npm ci working-directory: ./editors/code - - run: npm audit || { sleep 10 && npm audit; } || { sleep 30 && npm audit; } - if: runner.os == 'Linux' - working-directory: ./editors/code +# - run: npm audit || { sleep 10 && npm audit; } || { sleep 30 && npm audit; } +# if: runner.os == 'Linux' +# working-directory: ./editors/code - run: npm run lint working-directory: ./editors/code -- cgit v1.2.3