From 09603d1b54bd437ebd49bb673d71ec52652c2635 Mon Sep 17 00:00:00 2001 From: adilallo <39313955+adilallo@users.noreply.github.com> Date: Fri, 29 Aug 2025 08:32:46 -0600 Subject: [PATCH] fix: simplify runner config to use host mode only --- .gitea/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index ae6b659..130a438 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -24,6 +24,7 @@ jobs: with: node-version: ${{ matrix.node-version }} cache: "npm" + node-options: "--max_old_space_size=4096" - name: Install dependencies run: npm ci