return to default 4096. that's probably not the cause

This commit is contained in:
Oleg Zharkov
2021-10-05 21:36:47 +02:00
parent be2c7738db
commit d7f4baf0ae
+1 -1
View File
@@ -123,7 +123,7 @@ jobs:
name: Build client
command: cd client && yarn run build
environment:
NODE_OPTIONS: --max_old_space_size=512
NODE_OPTIONS: --max_old_space_size=4096
- run: cd client && yarn run qunit
js_lint:
docker: