Skip to content

Commit

Permalink
Create Browser Application and Dockerfile #75
Browse files Browse the repository at this point in the history
* Try to fix javascript out of heap errors in windows workflow
  • Loading branch information
jfaltermeier committed Mar 7, 2023
1 parent ef68982 commit 744ae39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
yarn --skip-integrity-check --network-timeout 100000
yarn electron package
env:
NODE_OPTIONS: --max_old_space_size=4096
NODE_OPTIONS: --max_old_space_size=8196
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # https://github.com/microsoft/vscode-ripgrep/issues/9

- name: Test (Linux)
Expand Down

0 comments on commit 744ae39

Please sign in to comment.