File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 8
8
build-deploy :
9
9
runs-on : ubuntu-20.04
10
10
steps :
11
- - uses : actions/checkout@v2
12
- - uses : actions/setup-node@v2
11
+ - uses : actions/checkout@v3
12
+ - uses : actions/setup-node@v3
13
13
with :
14
- node-version : 14
14
+ node-version : 16
15
15
16
16
- run : npm install
17
17
- run : npm run build
22
22
23
23
- run : npm i coverage-badges-cli markdown-to-html-cli -g
24
24
- run : coverage-badges
25
- - run : markdown-to-html --output coverage/index.html
25
+ - run : markdown-to-html --output coverage/index.html --github-corners https://github.com/jaywcjlove/rehype-attr
26
26
27
27
- name : Create Tag
28
28
id : create_tag
Original file line number Diff line number Diff line change 6
6
build-deploy :
7
7
runs-on : ubuntu-20.04
8
8
steps :
9
- - uses : actions/checkout@v2
10
- - uses : actions/setup-node@v2
9
+ - uses : actions/checkout@v3
10
+ - uses : actions/setup-node@v3
11
11
with :
12
- node-version : 14
12
+ node-version : 16
13
13
14
14
- run : npm install
15
15
- run : npm run build
You can’t perform that action at this time.
0 commit comments