ci(#10336): increase heap size

This commit is contained in:
Acid Chicken (硫酸鶏) 2023-04-01 22:34:36 +09:00
parent 97e7f7efcc
commit b9289c397b
No known key found for this signature in database
GPG key ID: 3E87B98A3F6BAB99

View file

@ -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: