File tree 5 files changed +712
-386
lines changed
5 files changed +712
-386
lines changed Original file line number Diff line number Diff line change 32
32
- uses : actions/checkout@v3
33
33
- uses : actions/setup-node@v3
34
34
with :
35
- node-version : " 16 .x"
35
+ node-version : " 18 .x"
36
36
cache : " yarn"
37
37
- name : Test Build
38
38
run : |
Original file line number Diff line number Diff line change 15
15
- uses : actions/checkout@v1
16
16
- uses : actions/setup-node@v3
17
17
with :
18
- node-version : " 16 .x"
18
+ node-version : " 18 .x"
19
19
cache : " yarn"
20
20
- name : Build Static Files
21
21
env :
Original file line number Diff line number Diff line change 18
18
- uses : actions/checkout@v3
19
19
- uses : actions/setup-node@v3
20
20
with :
21
- node-version : " 16 .x"
21
+ node-version : " 18 .x"
22
22
cache : " yarn"
23
23
- name : Build Static Files
24
24
env :
Original file line number Diff line number Diff line change 23
23
"@docusaurus/preset-classic" : " 2.4.3" ,
24
24
"@docusaurus/theme-mermaid" : " ^2.4.3" ,
25
25
"@mdx-js/react" : " 1.6.22" ,
26
- "asciinema-player" : " ^3.8.0 " ,
27
- "clsx" : " ^1.2 .1" ,
26
+ "asciinema-player" : " ^3.8.1 " ,
27
+ "clsx" : " ^2.1 .1" ,
28
28
"docusaurus-plugin-image-zoom" : " ^1.0.1" ,
29
- "docusaurus-plugin-sass" : " ^0.2.5 " ,
29
+ "docusaurus-plugin-sass" : " ^0.2.6 " ,
30
30
"mdx-mermaid" : " ^1.3.2" ,
31
- "mermaid" : " ^10.9 .1" ,
32
- "nodejieba" : " ^2.6.0 " ,
31
+ "mermaid" : " ^11.4 .1" ,
32
+ "nodejieba" : " ^3.4.4 " ,
33
33
"react" : " 17.0.2" ,
34
34
"react-dom" : " 17.0.2" ,
35
35
"react-github-btn" : " ^1.4.0" ,
36
- "sass" : " ^1.77.8 "
36
+ "sass" : " ^1.83.0 "
37
37
},
38
38
"browserslist" : {
39
39
"production" : [
You can’t perform that action at this time.
0 commit comments