diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 8c75b4b97..efba007f1 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -8,6 +8,8 @@ env: NEXT_PUBLIC_TINA_BRANCH: ${{ github.head_ref }} NODE_OPTIONS: '--max_old_space_size=4096' TINA_SEARCH_TOKEN: ${{ secrets.TINA_SEARCH_TOKEN }} + UNOPTIMIZED_IMAGES: 'true' + jobs: build: runs-on: ubuntu-latest