fix(ci): add memory allocation to Mac test step to prevent OOM

This commit is contained in:
Johannes Millan 2026-01-17 11:08:52 +01:00
parent 3c5b441046
commit becd3a5547

View file

@ -173,6 +173,8 @@ jobs:
- name: Test Unit
run: npm run test
env:
NODE_OPTIONS: '--max-old-space-size=4096'
# - uses: browser-actions/setup-chrome@v2
# id: setup-chrome