mirror of
https://github.com/kunkunsh/kunkun.git
synced 2025-04-04 14:46:42 +00:00
chore: increase Node.js memory limit for desktop build process
This commit is contained in:
parent
f25f66954a
commit
6c19710b88
1
.github/workflows/desktop-publish.yml
vendored
1
.github/workflows/desktop-publish.yml
vendored
@ -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 }}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@kksh/desktop",
|
||||
"version": "0.1.30",
|
||||
"version": "0.1.31",
|
||||
"description": "",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user