mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-09 08:43:37 -05:00
chore(ci): try to fix memory issues
This commit is contained in:
parent
4c87bc54a8
commit
37a5e3af5f
1 changed files with 1 additions and 0 deletions
1
.github/actions/build/action.yml
vendored
1
.github/actions/build/action.yml
vendored
|
@ -27,6 +27,7 @@ runs:
|
|||
env:
|
||||
BUILD_FOLDER: ${{ inputs.folder }}
|
||||
BASE: ${{ inputs.base }}
|
||||
NODE_OPTIONS: --max-old-space-size=4096
|
||||
run: |
|
||||
cd "$BUILD_FOLDER"
|
||||
yarn install
|
||||
|
|
Loading…
Reference in a new issue