File tree Expand file tree Collapse file tree 3 files changed +10
-13
lines changed Expand file tree Collapse file tree 3 files changed +10
-13
lines changed Original file line number Diff line number Diff line change 17
17
18
18
jobs :
19
19
test :
20
- uses : fastify/workflows/.github/workflows/plugins-ci.yml@v3
20
+ uses : fastify/workflows/.github/workflows/plugins-ci.yml@v5.0.0
21
21
with :
22
22
license-check : true
23
+ node-versions : ' ["20", "22"]'
Original file line number Diff line number Diff line change
1
+ disable-coverage: true
1
2
files:
2
- - test/**/*.test.js
3
-
4
- coverage: false
3
+ - test/**/*.test.js
Original file line number Diff line number Diff line change 32
32
"test:coverage" : " nyc npm run test" ,
33
33
"test" : " npm run test:mocha"
34
34
},
35
- "engines" : {
36
- "node" : " >=14"
37
- },
38
35
"devDependencies" : {
39
- "@types/node" : " ^20.1.0 " ,
40
- "busboy" : " ^1.0 .0" ,
36
+ "@types/node" : " ^20.11.30 " ,
37
+ "busboy" : " ^1.6 .0" ,
41
38
"photofinish" : " ^1.8.0" ,
42
39
"snazzy" : " ^9.0.0" ,
43
- "standard" : " ^17.0 .0" ,
44
- "tap" : " ^16.3.8 " ,
45
- "tinybench" : " ^2.5.1 " ,
40
+ "standard" : " ^17.1 .0" ,
41
+ "tap" : " ^18.7.1 " ,
42
+ "tinybench" : " ^2.6.0 " ,
46
43
"tsd" : " ^0.31.0" ,
47
- "typescript" : " ^5.0.2 "
44
+ "typescript" : " ^5.4.3 "
48
45
},
49
46
"keywords" : [
50
47
" uploads" ,
You can’t perform that action at this time.
0 commit comments