File tree 2 files changed +9
-9
lines changed
2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
- name : main
2
- on :
3
- - pull_request
4
- - push
5
1
jobs :
6
2
main :
7
3
name : ${{matrix.node}}
17
13
strategy :
18
14
matrix :
19
15
node :
20
- - lts/gallium
21
- - lts/iron
16
+ - lts/hydrogen
17
+ - node
18
+ name : main
19
+ on :
20
+ - pull_request
21
+ - push
Original file line number Diff line number Diff line change 47
47
"zwitch" : " ^2.0.4"
48
48
},
49
49
"devDependencies" : {
50
- "@types/node" : " ^20 .0.0" ,
51
- "c8" : " ^9 .0.0" ,
50
+ "@types/node" : " ^22 .0.0" ,
51
+ "c8" : " ^10 .0.0" ,
52
52
"hastscript" : " ^9.0.0" ,
53
53
"prettier" : " ^3.0.0" ,
54
54
"remark-cli" : " ^12.0.0" ,
55
55
"remark-preset-wooorm" : " ^10.0.0" ,
56
56
"type-coverage" : " ^2.0.0" ,
57
57
"typescript" : " ^5.0.0" ,
58
58
"unist-builder" : " ^4.0.0" ,
59
- "xo" : " ^0.58 .0"
59
+ "xo" : " ^0.59 .0"
60
60
},
61
61
"scripts" : {
62
62
"prepack" : " npm run build && npm run format" ,
You can’t perform that action at this time.
0 commit comments