diff --git a/.github/workflows/node-testings.yml b/.github/workflows/node-testings.yml index 868f669..eb90fb6 100644 --- a/.github/workflows/node-testings.yml +++ b/.github/workflows/node-testings.yml @@ -16,4 +16,7 @@ jobs: uses: actions/setup-node@v4 with: node-version: '20.x' - - run: npm ci + - name: npm + run: npm ci + - name: NPM Audit + run: npm audit