File tree 2 files changed +6
-5
lines changed
2 files changed +6
-5
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 52
52
"devDependencies" : {
53
53
"@types/node" : " ^20.0.0" ,
54
54
"acorn" : " ^8.0.0" ,
55
- "c8" : " ^8 .0.0" ,
55
+ "c8" : " ^9 .0.0" ,
56
56
"micromark-extension-mdx-jsx" : " ^3.0.0" ,
57
57
"micromark-extension-mdx-md" : " ^2.0.0" ,
58
58
"prettier" : " ^3.0.0" ,
59
59
"remark-cli" : " ^11.0.0" ,
60
60
"remark-preset-wooorm" : " ^9.0.0" ,
61
61
"type-coverage" : " ^2.0.0" ,
62
62
"typescript" : " ^5.0.0" ,
63
- "xo" : " ^0.56 .0"
63
+ "xo" : " ^0.57 .0"
64
64
},
65
65
"scripts" : {
66
66
"prepack" : " npm run build && npm run format" ,
105
105
],
106
106
"prettier" : true ,
107
107
"rules" : {
108
+ "logical-assignment-operators" : " off" ,
108
109
"unicorn/prefer-at" : " off"
109
110
}
110
111
}
You can’t perform that action at this time.
0 commit comments