Skip to content

Commit

Permalink
Update supported Node versions and run npm audit fix (#2315)
Browse files Browse the repository at this point in the history
* Update supported Node versions and run npm audit fix

* relax function coverage requirement
  • Loading branch information
DABH authored Jun 25, 2023
1 parent 7643ad6 commit 61e2f5b
Show file tree
Hide file tree
Showing 4 changed files with 1,620 additions and 1,471 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
strategy:
matrix:
node:
- 12
- 14
- 16
- 18
- 20
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand Down
4 changes: 2 additions & 2 deletions .nycrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ reporter:
check-coverage: true
branches: 61.51
lines: 70.85
functions: 73.21
statements: 70.54
functions: 70.00
statements: 70.54
Loading

0 comments on commit 61e2f5b

Please sign in to comment.