From ef9a84c1a82635a2d56098bd60af05bebca24507 Mon Sep 17 00:00:00 2001 From: Theo Sanderson Date: Thu, 12 Oct 2023 16:37:23 +0100 Subject: [PATCH] fix --- .github/workflows/playwright.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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