diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index e44bb0a..b988584 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -22,3 +22,14 @@ jobs: run: npm ci - name: Run tests run: npm run test + nsci: + runs-on: ubuntu-latest + strategy: + matrix: + node-version: [16.x] + fail-fast: false + steps: + - uses: actions/checkout@v2 + - uses: NodeSecure/ci-action@v1 + with: + warnings: warning