File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
Expand file tree Collapse file tree 2 files changed +6
-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 5252 "devDependencies" : {
5353 "@types/node" : " ^20.0.0" ,
5454 "acorn" : " ^8.0.0" ,
55- "c8" : " ^8 .0.0" ,
55+ "c8" : " ^9 .0.0" ,
5656 "micromark-extension-mdx-jsx" : " ^3.0.0" ,
5757 "micromark-extension-mdx-md" : " ^2.0.0" ,
5858 "prettier" : " ^3.0.0" ,
5959 "remark-cli" : " ^11.0.0" ,
6060 "remark-preset-wooorm" : " ^9.0.0" ,
6161 "type-coverage" : " ^2.0.0" ,
6262 "typescript" : " ^5.0.0" ,
63- "xo" : " ^0.56 .0"
63+ "xo" : " ^0.57 .0"
6464 },
6565 "scripts" : {
6666 "prepack" : " npm run build && npm run format" ,
105105 ],
106106 "prettier" : true ,
107107 "rules" : {
108+ "logical-assignment-operators" : " off" ,
108109 "unicorn/prefer-at" : " off"
109110 }
110111 }
You can’t perform that action at this time.
0 commit comments