chore: configure Node.js memory limit for desktop build

This commit is contained in:
Huakun Shen 2025-03-02 12:10:12 -05:00
parent 6c19710b88
commit b0a7b3871e
No known key found for this signature in database

View File

@ -87,6 +87,8 @@ jobs:
# pnpm --filter=@kksh/ci run ci-env-check
bun packages/ci/scripts/ci-env-check.ts
- name: Build Packages
env:
NODE_OPTIONS: --max-old-space-size=4096
run: pnpm build
- name: Get App Version
if: matrix.settings.platform == 'windows-latest'