diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 76019bb8..f58649a5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -110,9 +110,8 @@ 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 + - run: NODE_OPTIONS="--max-old-space-size=4096" npm run build - name: Zip artifact for deployment if: github.ref == 'refs/heads/main' && matrix.os == 'ubuntu-latest' && matrix.node == '18' run: zip dist.zip ./dist -r diff --git a/test/e2e/404.spec.ts-snapshots/matches-screenshot-1-Mobile-Chrome-darwin.png b/test/e2e/404.spec.ts-snapshots/matches-screenshot-1-Mobile-Chrome-darwin.png index e806cec0..f8a81012 100644 Binary files a/test/e2e/404.spec.ts-snapshots/matches-screenshot-1-Mobile-Chrome-darwin.png and b/test/e2e/404.spec.ts-snapshots/matches-screenshot-1-Mobile-Chrome-darwin.png differ diff --git a/test/e2e/404.spec.ts-snapshots/matches-screenshot-1-firefox-darwin.png b/test/e2e/404.spec.ts-snapshots/matches-screenshot-1-firefox-darwin.png index b3dd61bc..b952e991 100644 Binary files a/test/e2e/404.spec.ts-snapshots/matches-screenshot-1-firefox-darwin.png and b/test/e2e/404.spec.ts-snapshots/matches-screenshot-1-firefox-darwin.png differ