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