increase max_old_space_size

This commit is contained in:
Philipp Kühn
2020-11-11 21:28:08 +01:00
committed by GitHub
parent 985f2eb545
commit d28855515a

View File

@@ -148,6 +148,8 @@ jobs:
- name: Try to build the packages - name: Try to build the packages
id: build-packages id: build-packages
run: yarn build:ci run: yarn build:ci
env:
NODE_OPTIONS: --max_old_space_size=8192
- name: Send Slack notifications - name: Send Slack notifications
uses: act10ns/slack@v1 uses: act10ns/slack@v1