Skip to content

Release notes for 22.0.11 #321

Release notes for 22.0.11

Release notes for 22.0.11 #321

Workflow file for this run

name: build
on:
pull_request:
branches:
- 'main'
- 'develop'
- 'release/*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '16'
- run: export NODE_OPTIONS="--max-old-space-size=8192"
- run: yarn install
- run: yarn build