diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 22eec172..d7d4c8e3 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -14,7 +14,7 @@ jobs: with: node-version: 18 - name: Install dependencies - run: NODE_OPTIONS='--max-old-space-size=4096' yarn install + run: NODE_OPTIONS=yarn install working-directory: ./taxonium_website - name: Install Playwright Browsers run: npx playwright install --with-deps