File tree 2 files changed +7
-17
lines changed
2 files changed +7
-17
lines changed Original file line number Diff line number Diff line change 7
7
name : ${{matrix.node}}
8
8
runs-on : ubuntu-latest
9
9
steps :
10
- - uses : actions/checkout@v3
11
- - uses : actions/setup-node@v3
10
+ - uses : actions/checkout@v4
11
+ - uses : actions/setup-node@v4
12
12
with :
13
13
node-version : ${{matrix.node}}
14
14
- run : npm install
15
15
- run : npm test
16
- - uses : codecov/codecov-action@v3
16
+ - uses : codecov/codecov-action@v4
17
17
strategy :
18
18
matrix :
19
19
node :
Original file line number Diff line number Diff line change 55
55
"@types/node" : " ^20.0.0" ,
56
56
"@types/react" : " ^18.0.0" ,
57
57
"@types/react-dom" : " ^18.0.0" ,
58
- "c8" : " ^9 .0.0" ,
59
- "esbuild" : " ^0.20 .0" ,
58
+ "c8" : " ^10 .0.0" ,
59
+ "esbuild" : " ^0.23 .0" ,
60
60
"estree-util-visit" : " ^2.0.0" ,
61
61
"hastscript" : " ^9.0.0" ,
62
62
"prettier" : " ^3.0.0" ,
63
63
"react" : " ^18.0.0" ,
64
64
"react-dom" : " ^18.0.0" ,
65
65
"remark-cli" : " ^12.0.0" ,
66
- "remark-gfm" : " ^4.0.0" ,
67
- "remark-preset-wooorm" : " ^9.0.0" ,
66
+ "remark-preset-wooorm" : " ^10.0.0" ,
68
67
"sval" : " ^0.5.0" ,
69
68
"type-coverage" : " ^2.0.0" ,
70
69
"typescript" : " ^5.0.0" ,
89
88
},
90
89
"remarkConfig" : {
91
90
"plugins" : [
92
- " remark-preset-wooorm" ,
93
- [
94
- " remark-lint-list-item-indent" ,
95
- " space"
96
- ],
97
- [
98
- " remark-preset-wooorm/node_modules/remark-gfm/index.js" ,
99
- false
100
- ],
101
- " remark-gfm"
91
+ " remark-preset-wooorm"
102
92
]
103
93
},
104
94
"typeCoverage" : {
You can’t perform that action at this time.
0 commit comments