mirror of
https://github.com/kunkunsh/kunkun.git
synced 2025-04-04 14:46:42 +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
|
||||
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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user