Remove heap option

This commit is contained in:
Sidharth Vinod 2023-02-16 14:41:22 +05:30
parent 83797eef38
commit 76fdc00b06
No known key found for this signature in database
GPG Key ID: FB5CCD378D3907CD

View File

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