diff --git a/.github/workflows/plugin-ci.yaml b/.github/workflows/plugin-ci.yaml index a1ba824..53d8ce5 100644 --- a/.github/workflows/plugin-ci.yaml +++ b/.github/workflows/plugin-ci.yaml @@ -41,3 +41,6 @@ jobs: - name: Run tests run: npm test + + - name: Security audit + run: npm audit --omit=dev