chore: sync latest version to v0.10 doc and format all documents #1596
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: build | |
on: | |
pull_request: | |
branches: | |
- main | |
push: | |
branches: | |
- main | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Git checkout | |
uses: actions/checkout@v2 | |
- name: NPM install | |
env: | |
NODE_OPTIONS: "--max_old_space_size=4096" | |
run: npm install | |
- name: NPM build | |
env: | |
NODE_OPTIONS: "--max_old_space_size=4096" | |
run: npm run build |