From 6203019f5ec06a19810e792c654467209bf1debc Mon Sep 17 00:00:00 2001 From: aritkulova Date: Sat, 28 Dec 2024 20:56:47 +0200 Subject: [PATCH] trying to adjust ram in case its github limit --- .github/workflows/checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 66f1059..9fcd719 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -20,7 +20,7 @@ jobs: uses: ./.github/actions/setup - name: Compile env: - NODE_OPTIONS: "--max_old_space_size=16384" + NODE_OPTIONS: "--max_old_space_size=15999" run: npm run compile - name: Run tests run: npm run test