Skip to content

Commit

Permalink
ci: specify node version, doc: a minor fix for IE 11 on windows 7 (#2284
Browse files Browse the repository at this point in the history
)

* fix(module:doc): fix doc problems

close #2274

(other doc problems would be fixed in this pr until some time, like next
release)

* ci: specify node version to 10.9.0
  • Loading branch information
Wendell authored and vthinkxie committed Oct 18, 2018
1 parent 648da35 commit c24c5f6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
10.9.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": "MIT",
"description": "An enterprise-class UI components based on Ant Design and Angular",
"engines": {
"node": ">=10.0.0"
"node": ">=10.9.0 <11.0.0"
},
"scripts": {
"start": "ng serve --port 0",
Expand Down
1 change: 1 addition & 0 deletions scripts/site/_site/src/style/demo.less
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@
top: 0;
margin: 0;
max-width: 100%;
width: 100%;
vertical-align: baseline;
box-shadow: none;
}
Expand Down

0 comments on commit c24c5f6

Please sign in to comment.