mirror of
https://github.com/kunkunsh/kunkun.git
synced 2025-07-11 18:31:30 +00:00
chore: configure Node.js memory limit for desktop build
This commit is contained in:
parent
6c19710b88
commit
b0a7b3871e
2
.github/workflows/desktop-publish.yml
vendored
2
.github/workflows/desktop-publish.yml
vendored
@ -87,6 +87,8 @@ jobs:
|
|||||||
# pnpm --filter=@kksh/ci run ci-env-check
|
# pnpm --filter=@kksh/ci run ci-env-check
|
||||||
bun packages/ci/scripts/ci-env-check.ts
|
bun packages/ci/scripts/ci-env-check.ts
|
||||||
- name: Build Packages
|
- name: Build Packages
|
||||||
|
env:
|
||||||
|
NODE_OPTIONS: --max-old-space-size=4096
|
||||||
run: pnpm build
|
run: pnpm build
|
||||||
- name: Get App Version
|
- name: Get App Version
|
||||||
if: matrix.settings.platform == 'windows-latest'
|
if: matrix.settings.platform == 'windows-latest'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user