From ecd5477519e508a3bef3e198ea492499186683df Mon Sep 17 00:00:00 2001 From: Garry Lachman Date: Wed, 24 May 2023 23:21:06 +0300 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20--max-old-space-size=3D81?= =?UTF-8?q?92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/prepare.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/prepare.yml b/.github/workflows/prepare.yml index e876244..fe0dbed 100644 --- a/.github/workflows/prepare.yml +++ b/.github/workflows/prepare.yml @@ -98,4 +98,5 @@ jobs: - name: Publish env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + NODE_OPTIONS: --max-old-space-size=8192 run: corepack yarn electron-forge publish