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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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