File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 14
14
- uses : actions/checkout@v2
15
15
- uses : actions/setup-node@v3
16
16
with :
17
- node-version : ' 12.x '
17
+ node-version : ' lts/* '
18
18
- name : Install doctoc
19
19
run : npm i -g doctoc
20
20
- name : Create README copy and diff with doctoc
Original file line number Diff line number Diff line change 9
9
- uses : actions/checkout@v2
10
10
- uses : actions/setup-node@v3
11
11
with :
12
- node-version : ' 12.x '
12
+ node-version : ' lts/* '
13
13
- run : npm i -g eclint
14
14
- run : eclint check
Original file line number Diff line number Diff line change 12
12
- uses : actions/checkout@v2
13
13
- uses : actions/setup-node@v3
14
14
with :
15
- node-version : ' 12.x '
15
+ node-version : ' lts/* '
16
16
- name : Install markdown-link-check
17
17
run : npm i -g markdown-link-check
18
18
- name : Run markdown-link-check on MD files
You can’t perform that action at this time.
0 commit comments