Set node heap size

This commit is contained in:
Sidharth Vinod
2023-02-16 12:16:00 +05:30
parent 31afd7499b
commit 2b3019fb94

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