diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index f4f8c15..88f553f 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -27,5 +27,6 @@ jobs: node-version: ${{ matrix.node-version }} cache: 'npm' - run: npm ci - - run: npm audit + - if: ${{ github.actor != 'dependabot[bot]' && github.actor != 'renovate[bot]' }} + run: npm audit - run: npm run lint