diff --git a/.github/workflows/pu-feature.yml b/.github/workflows/pu-feature.yml index 0e7b583..75c0395 100644 --- a/.github/workflows/pu-feature.yml +++ b/.github/workflows/pu-feature.yml @@ -29,15 +29,15 @@ jobs: - name: Run Tests run: npm test - security: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@master - - name: Set up Node.js - uses: actions/setup-node@v2 - with: - node-version: "16.x" - - name: Run Snyk to check for vulnerabilities - uses: snyk/actions/node@master - env: - SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }} + security: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@master + - name: Set up Node.js + uses: actions/setup-node@v2 + with: + node-version: "16.x" + - name: Run Snyk to check for vulnerabilities + uses: snyk/actions/node@master + env: + SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}