From b5e9e8eaf39ea6382551e79ac3548a0eff23e7a4 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Tue, 12 Dec 2023 20:16:44 +0000 Subject: [PATCH] increase memory limit for build action --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 20854df6..76019bb8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -110,6 +110,7 @@ jobs: path: ${{ github.workspace }}/.astro key: ${{ matrix.os }}-${{ matrix.node }}-astro-build-${{ hashFiles('content/**/*.jpg', 'content/**/*.png') }} restore-keys: ${{ matrix.os }}-${{ matrix.node }}-astro-build- + - run: export NODE_OPTIONS=--max_old_space_size=4096 - run: npm ci - run: npm run build - name: Zip artifact for deployment