ci(#10336): increase heap size

This commit is contained in:
Acid Chicken (硫酸鶏)
2023-04-01 22:34:36 +09:00
parent 97e7f7efcc
commit b9289c397b

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: