Skip to content
This repository has been archived by the owner on Sep 13, 2022. It is now read-only.

Commit

Permalink
Merge ec742a8 into ae7c040
Browse files Browse the repository at this point in the history
  • Loading branch information
helio-frota committed May 24, 2021
2 parents ae7c040 + ec742a8 commit c196740
Show file tree
Hide file tree
Showing 3 changed files with 9,837 additions and 21 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/nodejs-ci-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
node-version: [10.x, 12.x, 14.x]
node-version: [12.x, 14.x, 16.x]

steps:
- uses: actions/checkout@v2
Expand All @@ -25,7 +25,6 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npx npm-audit-ci-wrapper -t moderate
- run: npm run build --if-present
- run: npm test
- run: npm run coverage
Expand Down

0 comments on commit c196740

Please sign in to comment.