From 390a3e278b66882b4601b51e8285d2de34bfe05f Mon Sep 17 00:00:00 2001 From: anastasiia Date: Thu, 14 Dec 2023 13:31:10 -0500 Subject: [PATCH] set node memory in release action env --- .github/workflows/tauri-release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tauri-release.yml b/.github/workflows/tauri-release.yml index cf9f6e679a..6806207291 100644 --- a/.github/workflows/tauri-release.yml +++ b/.github/workflows/tauri-release.yml @@ -131,6 +131,7 @@ jobs: - uses: tauri-apps/tauri-action@cb58ba3f65bd456ee564376585a8400bf0b71f47 env: + NODE_OPTIONS: "--max-old-space-size=4096" ORT_LIB_LOCATION: ${{ github.workspace }}/lib/${{ matrix.target }}/onnxruntime GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} ENABLE_CODE_SIGNING: ${{ secrets.APPLE_CERTIFICATE }}