diff --git a/.github/workflows/welldone-explorer.yml b/.github/workflows/welldone-explorer.yml index 90fb7219..24315261 100644 --- a/.github/workflows/welldone-explorer.yml +++ b/.github/workflows/welldone-explorer.yml @@ -32,7 +32,7 @@ jobs: aws-region: us-east-2 - name: Node Option - run: export NODE_OPTIONS="--max_old_space_size=4096" + run: export NODE_OPTIONS="--max_old_space_size=8192" - name: Install dependencies run: pnpm install