File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Expand file tree Collapse file tree 2 files changed +8
-7
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@v4.2.1
21
21
with :
22
- license-check : true
23
22
lint : true
23
+ license-check : true
24
+ node-versions : ' ["16", "18", "20", "22"]'
Original file line number Diff line number Diff line change 24
24
},
25
25
"homepage" : " https://github.com/fastify/fast-json-stringify-compiler#readme" ,
26
26
"devDependencies" : {
27
- "@fastify/pre-commit" : " ^2.0.2 " ,
28
- "fastify" : " ^4.0.0 " ,
27
+ "@fastify/pre-commit" : " ^2.1.0 " ,
28
+ "fastify" : " ^4.26.2 " ,
29
29
"sanitize-filename" : " ^1.6.3" ,
30
- "standard" : " ^17.0 .0" ,
31
- "tap" : " ^16.0.0 " ,
30
+ "standard" : " ^17.1 .0" ,
31
+ "tap" : " ^18.7.2 " ,
32
32
"tsd" : " ^0.31.0"
33
33
},
34
34
"pre-commit" : [
35
35
" lint" ,
36
36
" test"
37
37
],
38
38
"dependencies" : {
39
- "fast-json-stringify" : " ^5.7.0 "
39
+ "fast-json-stringify" : " ^5.14.1 "
40
40
}
41
41
}
You can’t perform that action at this time.
0 commit comments