chore(ci): try to fix memory issues

This commit is contained in:
Paul Makles 2022-04-29 15:32:19 +01:00
parent 4c87bc54a8
commit 37a5e3af5f

View file

@ -27,6 +27,7 @@ runs:
env: env:
BUILD_FOLDER: ${{ inputs.folder }} BUILD_FOLDER: ${{ inputs.folder }}
BASE: ${{ inputs.base }} BASE: ${{ inputs.base }}
NODE_OPTIONS: --max-old-space-size=4096
run: | run: |
cd "$BUILD_FOLDER" cd "$BUILD_FOLDER"
yarn install yarn install