[github] modify the github checks' requirement (#11269)

This commit is contained in:
Mingyu Chen
2022-07-28 10:55:39 +08:00
committed by GitHub
parent 1b4a2c287e
commit 89ca436561
2 changed files with 8 additions and 9 deletions

View File

@ -85,12 +85,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: 16.14.0
- name: Build docs
run: |
cd docs && /bin/bash build_help_zip.sh && export NODE_OPTIONS="--max-old-space-size=8192" && npm install && npm run build
cd docs && /bin/bash build_help_zip.sh