mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-06 17:11:55 +00:00
chore(ci): try to fix memory issues
This commit is contained in:
1
.github/actions/build/action.yml
vendored
1
.github/actions/build/action.yml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user