chore: Set node heap size

This commit is contained in:
Sidharth Vinod 2023-02-16 12:26:27 +05:30
parent 98bec36f81
commit e9cc9f4005
No known key found for this signature in database
GPG Key ID: FB5CCD378D3907CD
1 changed files with 3 additions and 1 deletions

View File

@ -24,6 +24,8 @@ jobs:
# Build job
build:
runs-on: ubuntu-latest
env:
NODE_OPTIONS: '--max_old_space_size=4096'
steps:
- name: Checkout
uses: actions/checkout@v3
@ -40,7 +42,7 @@ jobs:
run: pnpm install --frozen-lockfile
- name: Setup Pages
uses: actions/configure-pages@v2
uses: actions/configure-pages@v3
- name: Run Build
run: pnpm --filter mermaid run docs:build:vitepress