File tree Expand file tree Collapse file tree 2 files changed +7
-17
lines changed
Expand file tree Collapse file tree 2 files changed +7
-17
lines changed Original file line number Diff line number Diff line change 77 name : ${{matrix.node}}
88 runs-on : ubuntu-latest
99 steps :
10- - uses : actions/checkout@v3
11- - uses : actions/setup-node@v3
10+ - uses : actions/checkout@v4
11+ - uses : actions/setup-node@v4
1212 with :
1313 node-version : ${{matrix.node}}
1414 - run : npm install
1515 - run : npm test
16- - uses : codecov/codecov-action@v3
16+ - uses : codecov/codecov-action@v4
1717 strategy :
1818 matrix :
1919 node :
Original file line number Diff line number Diff line change 5555 "@types/node" : " ^20.0.0" ,
5656 "@types/react" : " ^18.0.0" ,
5757 "@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" ,
6060 "estree-util-visit" : " ^2.0.0" ,
6161 "hastscript" : " ^9.0.0" ,
6262 "prettier" : " ^3.0.0" ,
6363 "react" : " ^18.0.0" ,
6464 "react-dom" : " ^18.0.0" ,
6565 "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" ,
6867 "sval" : " ^0.5.0" ,
6968 "type-coverage" : " ^2.0.0" ,
7069 "typescript" : " ^5.0.0" ,
8988 },
9089 "remarkConfig" : {
9190 "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"
10292 ]
10393 },
10494 "typeCoverage" : {
You can’t perform that action at this time.
0 commit comments