diff --git a/.github/workflows/lighthouse-ci.yml b/.github/workflows/lighthouse-ci.yml
index 7fdb7e483a..f66f6d2e0e 100644
--- a/.github/workflows/lighthouse-ci.yml
+++ b/.github/workflows/lighthouse-ci.yml
@@ -5,7 +5,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- - uses: actions/setup-node@v1
+ - uses: actions/setup-node@v2-beta
+ with:
+ node-version: '14'
- run: npm install && npm install -g @lhci/cli@0.4.x
- run: npm run site
- run: lhci autorun --upload.target=temporary-public-storage
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index ea14f65edd..c15ad8efe5 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -23,7 +23,7 @@ stages:
- task: NodeTool@0
displayName: 'Install Node.js'
inputs:
- versionSpec: '12.13.1'
+ versionSpec: '14.7.0'
- script: npm install
displayName: 'Install modules'
- script: |
@@ -53,7 +53,7 @@ stages:
- task: NodeTool@0
displayName: 'Install Node.js'
inputs:
- versionSpec: '12.13.1'
+ versionSpec: '14.7.0'
- script: npm install
displayName: 'Install modules'
- script: |
@@ -71,7 +71,7 @@ stages:
- task: NodeTool@0
displayName: 'Install Node.js'
inputs:
- versionSpec: '12.16.3'
+ versionSpec: '14.7.0'
- script: npm install
displayName: 'Install modules'
- script: |
@@ -98,7 +98,7 @@ stages:
- task: NodeTool@0
displayName: 'Install Node.js'
inputs:
- versionSpec: '12.13.1'
+ versionSpec: '14.7.0'
- script: npm install
displayName: 'Install modules'
- task: DownloadPipelineArtifact@2
diff --git a/components/upload/demo/preview-file.md b/components/upload/demo/preview-file.md
index 3ca96e2a8e..ad1d842b97 100644
--- a/components/upload/demo/preview-file.md
+++ b/components/upload/demo/preview-file.md
@@ -33,13 +33,11 @@ const props = {
};
ReactDOM.render(
- <>
-
-
-
- >,
+
+
+ ,
mountNode,
);
```
diff --git a/site/theme/static/demo.less b/site/theme/static/demo.less
index 5b1dd2a2ea..2e5256f70d 100644
--- a/site/theme/static/demo.less
+++ b/site/theme/static/demo.less
@@ -22,11 +22,6 @@
background: @component-background;
}
}
- .code-box-description {
- p {
- color: @site-text-color;
- }
- }
&,
.code-box-demo {
background-color: @component-background;
@@ -140,7 +135,7 @@
}
blockquote {
- margin: 0;
+ line-height: 1.5;
}
h4,