diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7e18b8b1..23d643fc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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