File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 17
17
test :
18
18
uses : voxpelli/ghatemplates/.github/workflows/test.yml@main
19
19
with :
20
- node-versions : ' 16, 18,20'
20
+ node-versions : ' 18,20,22 '
Original file line number Diff line number Diff line change 18
18
" mocking"
19
19
],
20
20
"engines" : {
21
- "node" : " >=16.0 .0"
21
+ "node" : " ^18.18.0 || ^20.9.0 || >=21.1 .0"
22
22
},
23
23
"main" : " index.js" ,
24
24
"module" : " index.mjs" ,
65
65
"@skypack/package-check" : " ^0.2.2" ,
66
66
"@types/chai" : " ^4.3.16" ,
67
67
"@types/mocha" : " ^10.0.7" ,
68
- "@types/node" : " ^16.18 .40" ,
68
+ "@types/node" : " ^18.19 .40" ,
69
69
"@types/pino" : " ^7.0.5" ,
70
70
"@types/sinon" : " ^17.0.3" ,
71
71
"@types/sinon-chai" : " ^3.2.12" ,
Original file line number Diff line number Diff line change 1
1
{
2
- "extends" : " @voxpelli/tsconfig/node16 .json" ,
2
+ "extends" : " @voxpelli/tsconfig/node18 .json" ,
3
3
"files" : [
4
4
" index.js"
5
5
],
You can’t perform that action at this time.
0 commit comments