File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 5
5
runs-on : ${{ matrix.os }}
6
6
strategy :
7
7
matrix :
8
- node-version : [14 .x, 16 .x, 18 .x]
8
+ node-version : [16 .x, 18 .x, 20 .x]
9
9
os : [ubuntu-latest, windows-latest, macOS-latest]
10
10
exclude :
11
11
- node-version : 14.x
Original file line number Diff line number Diff line change 17
17
"lint:typescript:fix" : " standard --parser @typescript-eslint/parser --plugin @typescript-eslint/eslint-plugin test/types/*.ts --fix" ,
18
18
"example" : " node example/index.js" ,
19
19
"test" : " npm run lint && npm run test:types && npm run test:unit " ,
20
- "test:unit" : " tap --coverage-report=html test/*.js" ,
20
+ "test:unit" : " tap test/*.js" ,
21
+ "test:cov" : " tap --coverage-report=html test/*.js" ,
21
22
"test:types" : " tsd" ,
22
23
"prepare" : " husky install"
23
24
},
44
45
"@typescript-eslint/parser" : " ^5.44.0" ,
45
46
"autocannon" : " ^7.10.0" ,
46
47
"concurrently" : " ^8.0.1" ,
47
- "fastify" : " ^4.10.2 " ,
48
+ "fastify" : " ^4.16.0 " ,
48
49
"husky" : " ^8.0.2" ,
49
50
"lint-staged" : " ^13.0.4" ,
50
51
"sinon" : " ^15.0.0" ,
You can’t perform that action at this time.
0 commit comments