Skip to content

Commit

Permalink
build: remove npm audit from CI
Browse files Browse the repository at this point in the history
it is checked by code pushup js packages plugin now

Signed-off-by: Vojtech Masek <[email protected]>
  • Loading branch information
vmasek committed Oct 14, 2024
1 parent f423c6c commit c420a68
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c420a68

Please sign in to comment.