Skip to content

Commit 61e2f5b

Browse files
authored
Update supported Node versions and run npm audit fix (#2315)
* Update supported Node versions and run npm audit fix * relax function coverage requirement
1 parent 7643ad6 commit 61e2f5b

File tree

4 files changed

+1620
-1471
lines changed

4 files changed

+1620
-1471
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ jobs:
2323
strategy:
2424
matrix:
2525
node:
26-
- 12
27-
- 14
2826
- 16
27+
- 18
28+
- 20
2929
steps:
3030
- uses: actions/checkout@v3
3131
- uses: actions/setup-node@v3

.nycrc.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ reporter:
44
check-coverage: true
55
branches: 61.51
66
lines: 70.85
7-
functions: 73.21
8-
statements: 70.54
7+
functions: 70.00
8+
statements: 70.54

0 commit comments

Comments
 (0)