From 45ec236839668e099fe527aa82b48fa8700d44f6 Mon Sep 17 00:00:00 2001 From: Jeff Date: Sat, 19 Oct 2024 12:18:39 -0400 Subject: [PATCH] Try increasing node head space --- .gitea/workflows/test.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index acc0383..dd094df 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -7,4 +7,5 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - run: npm install && npm run test && npx playwright install && npx playwright test + - env: NODE_OPTIONS=--max-old-space-size=8192 + run: npm install && npm run test && npx playwright install && npx playwright test