chore: increase Node.js memory limit for desktop build process

This commit is contained in:
Huakun Shen 2025-03-02 11:42:32 -05:00
parent f25f66954a
commit 6c19710b88
No known key found for this signature in database
2 changed files with 2 additions and 1 deletions

View File

@ -98,6 +98,7 @@ jobs:
CI: false
KUNKUN_PUBLISH: true
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NODE_OPTIONS: --max-old-space-size=4096
APPLE_CERTIFICATE: ${{ secrets.APPLE_CERTIFICATE }}
APPLE_CERTIFICATE_PASSWORD: ${{ secrets.APPLE_CERTIFICATE_PASSWORD }}
APPLE_SIGNING_IDENTITY: ${{ secrets.APPLE_SIGNING_IDENTITY }}

View File

@ -1,6 +1,6 @@
{
"name": "@kksh/desktop",
"version": "0.1.30",
"version": "0.1.31",
"description": "",
"type": "module",
"scripts": {