diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f54ac6c..cb4eee7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,6 +22,8 @@ jobs: with: node-version: ${{ matrix.node-version }} cache: npm + - name: Check npm audit + run: npm audit --production --audit-level=low - name: Install Dependencies run: npm ci - name: Check code style