From 8911ef5b7f1b8ff4c5924487a9ed9ca15c34bd90 Mon Sep 17 00:00:00 2001 From: SlayerOrnstein <6075693+SlayerOrnstein@users.noreply.github.com> Date: Fri, 1 Nov 2024 18:29:13 -0400 Subject: [PATCH] test: increase to 5gb for anything running `npm test` --- .github/workflows/build.yaml | 2 +- .github/workflows/release.yaml | 2 +- .github/workflows/static.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 44b78fcd09..1610b442cf 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -47,7 +47,7 @@ jobs: - run: sh .github/workflows/regression.sh - uses: stefanzweifel/git-auto-commit-action@v5 env: - NODE_OPTIONS: '--max_old_space_size=5120' + NODE_OPTIONS: '--max_old_space_size=4096' with: skip_dirty_check: false commit_message: 'fix(items): new items' diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 764ca1d152..b128fa7820 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -30,7 +30,7 @@ jobs: run: npx commitlint --last - run: npm test env: - NODE_OPTIONS: '--max_old_space_size=4096' + NODE_OPTIONS: '--max_old_space_size=5120' - name: Semantic Release uses: cycjimmy/semantic-release-action@v4.1.1 env: diff --git a/.github/workflows/static.yaml b/.github/workflows/static.yaml index 5158dc16cf..13ad91c744 100644 --- a/.github/workflows/static.yaml +++ b/.github/workflows/static.yaml @@ -98,7 +98,7 @@ jobs: - run: npm i --no-save warframe-worldstate-data@^2 - name: Test env: - NODE_OPTIONS: '--max_old_space_size=4096' + NODE_OPTIONS: '--max_old_space_size=5120' run: npm test - name: Regression env: