File tree 3 files changed +19
-19
lines changed
3 files changed +19
-19
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 37
37
},
38
38
"devDependencies" : {
39
39
"@types/node" : " ^20.0.0" ,
40
- "c8" : " ^8 .0.0" ,
40
+ "c8" : " ^9 .0.0" ,
41
41
"prettier" : " ^3.0.0" ,
42
- "remark-cli" : " ^11 .0.0" ,
43
- "remark-preset-wooorm" : " ^9 .0.0" ,
42
+ "remark-cli" : " ^12 .0.0" ,
43
+ "remark-preset-wooorm" : " ^10 .0.0" ,
44
44
"type-coverage" : " ^2.0.0" ,
45
45
"typescript" : " ^5.0.0" ,
46
46
"unist-builder" : " ^4.0.0" ,
47
- "xo" : " ^0.55 .0"
47
+ "xo" : " ^0.58 .0"
48
48
},
49
49
"scripts" : {
50
50
"prepack" : " npm run build && npm run format" ,
Original file line number Diff line number Diff line change 12
12
13
13
## Contents
14
14
15
- * [ What is this?] ( #what-is-this )
16
- * [ When should I use this?] ( #when-should-i-use-this )
17
- * [ Install] ( #install )
18
- * [ Use] ( #use )
19
- * [ API] ( #api )
20
- * [ ` toString(value) ` ] ( #tostringvalue )
21
- * [ Types] ( #types )
22
- * [ Compatibility] ( #compatibility )
23
- * [ Contribute] ( #contribute )
24
- * [ License] ( #license )
15
+ * [ What is this?] ( #what-is-this )
16
+ * [ When should I use this?] ( #when-should-i-use-this )
17
+ * [ Install] ( #install )
18
+ * [ Use] ( #use )
19
+ * [ API] ( #api )
20
+ * [ ` toString(value) ` ] ( #tostringvalue )
21
+ * [ Types] ( #types )
22
+ * [ Compatibility] ( #compatibility )
23
+ * [ Contribute] ( #contribute )
24
+ * [ License] ( #license )
25
25
26
26
## What is this?
27
27
@@ -86,8 +86,8 @@ if the given value is an array, serialize the nodes in it.
86
86
87
87
###### Parameters
88
88
89
- * ` node ` ([ ` Array<Node> ` ] [ node ] or ` Node ` )
90
- — node or list of nodes to serialize
89
+ * ` node ` ([ ` Array<Node> ` ] [ node ] or ` Node ` )
90
+ — node or list of nodes to serialize
91
91
92
92
###### Returns
93
93
You can’t perform that action at this time.
0 commit comments