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