We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 917ee9e commit 2adad4dCopy full SHA for 2adad4d
.github/workflows/cli.yml
@@ -32,6 +32,7 @@ jobs:
32
# if: matrix.os == 'ubuntu-latest'
33
34
- run: npm ci && npm run build:headless
35
+ shell: bash
36
env:
37
NODE_OPTIONS: "--max_old_space_size=8192"
38
.github/workflows/ui.yml
@@ -28,6 +28,7 @@ jobs:
28
- run: npm ci
29
30
- name: Build production app
31
NO_INSTALLER: true
run: npm run build:electron:${{ runner.os }}:${{ runner.arch }}
0 commit comments