File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
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 4444 },
4545 "devDependencies" : {
4646 "@types/node" : " ^20.0.0" ,
47- "c8" : " ^8 .0.0" ,
47+ "c8" : " ^9 .0.0" ,
4848 "micromark-extension-mdx" : " ^2.0.0" ,
4949 "micromark-extension-mdxjs" : " ^3.0.0" ,
5050 "prettier" : " ^3.0.0" ,
5151 "remark-cli" : " ^11.0.0" ,
5252 "remark-preset-wooorm" : " ^9.0.0" ,
5353 "type-coverage" : " ^2.0.0" ,
5454 "typescript" : " ^5.0.0" ,
55- "xo" : " ^0.56 .0"
55+ "xo" : " ^0.57 .0"
5656 },
5757 "scripts" : {
5858 "prepack" : " npm run build && npm run format" ,
You can’t perform that action at this time.
0 commit comments