Skip to content

Commit

Permalink
chore: add @nodesecure/ci-action to GitHub workflow (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
antoine-coulon authored Feb 5, 2022
1 parent 69745e3 commit 9b46779
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 9b46779

Please sign in to comment.