diff --git a/.github/workflows/main_ci.yml b/.github/workflows/main_ci.yml index 2a54744..be16be1 100644 --- a/.github/workflows/main_ci.yml +++ b/.github/workflows/main_ci.yml @@ -7,16 +7,6 @@ on: pull_request: jobs: - audit: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - uses: actions/setup-node@v4 - with: - node-version: 18 - registry-url: https://registry.npmjs.org/ - - run: npm ci - - run: npm run audit unit: runs-on: ubuntu-latest steps: