From 1224c605ba9c84e72d0a2326e1a44f634648760f Mon Sep 17 00:00:00 2001 From: Andy Espagnolo Date: Fri, 23 Jun 2023 12:05:02 -0300 Subject: [PATCH] Revert "chore: add max space size node option to master build (#1043)" This reverts commit ba28f44117e6d72b5541dcd6db0ff99cff924dbe. --- .github/workflows/master_build.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/master_build.yml b/.github/workflows/master_build.yml index cac50c9ae..cdcdc5033 100644 --- a/.github/workflows/master_build.yml +++ b/.github/workflows/master_build.yml @@ -28,8 +28,6 @@ jobs: run: npm ci - name: build image - env: - NODE_OPTIONS: "--max-old-space-size=4096" id: build-image uses: redhat-actions/buildah-build@v2 with: