From c420a682302c5eec6e24237af6965c60795ff912 Mon Sep 17 00:00:00 2001 From: Vojtech Masek Date: Mon, 14 Oct 2024 15:36:06 +0200 Subject: [PATCH] build: remove npm audit from CI it is checked by code pushup js packages plugin now Signed-off-by: Vojtech Masek --- .github/workflows/ci.yml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6bd692fe8..40ece49d8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,20 +10,6 @@ env: NX_NON_NATIVE_HASHER: true jobs: - audit: - runs-on: ubuntu-latest - name: Audit - steps: - - name: Checkout repository - uses: actions/checkout@v4 - - name: Set up Node.js - uses: actions/setup-node@v4 - with: - node-version-file: .nvmrc - cache: npm - - name: Audit production dependencies - run: npm audit --omit=dev --omit=optional - format: runs-on: ubuntu-latest name: Format check