ci(#10336): increase heap size
This commit is contained in:
parent
97e7f7efcc
commit
b9289c397b
|
@ -33,6 +33,8 @@ jobs:
|
|||
run: pnpm --filter misskey-js build
|
||||
- name: Build storybook
|
||||
run: pnpm --filter frontend build-storybook
|
||||
env:
|
||||
NODE_OPTIONS: "--max_old_space_size=7168"
|
||||
- name: Upload Artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
|
|
Loading…
Reference in New Issue