Set node heap size

This commit is contained in:
Sidharth Vinod 2023-02-16 12:16:00 +05:30
parent 31afd7499b
commit 2b3019fb94
No known key found for this signature in database
GPG Key ID: FB5CCD378D3907CD
1 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,8 @@ jobs:
strategy:
matrix:
node-version: [18.x]
env:
NODE_OPTIONS: '--max_old_space_size=4096'
steps:
- uses: actions/checkout@v3