ci: Adjust memory usage and build/test steps (#17743)

This commit is contained in:
shortstacked
2025-07-28 13:31:43 +01:00
committed by GitHub
parent 23850a442d
commit 53d272c251
8 changed files with 26 additions and 10 deletions

View File

@@ -45,7 +45,7 @@ on:
required: true
env:
NODE_OPTIONS: --max-old-space-size=4096
NODE_OPTIONS: --max-old-space-size=3072
jobs:
testing: