Revert "chore: Set node heap size"

This reverts commit 8df965bd60.
This commit is contained in:
Sidharth Vinod
2023-02-16 16:10:20 +05:30
parent 8c7043ffaf
commit 743c636441
5 changed files with 1 additions and 9 deletions

View File

@@ -25,8 +25,6 @@ jobs:
# Build job
build:
runs-on: ubuntu-latest
env:
NODE_OPTIONS: '--max_old_space_size=4096'
steps:
- name: Checkout
uses: actions/checkout@v3