Skip to content

Commit

Permalink
Heap size problem and investigation. (#822)
Browse files Browse the repository at this point in the history
* Double heap size
  • Loading branch information
Jym77 committed Jun 17, 2021
1 parent d47b407 commit 1aac47a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/integrate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:
name: Build
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
node: [14, 16]
os: [ ubuntu-latest, windows-latest ]
node: [12, 14]
runs-on: ${{ matrix.os }}
env:
NODE_OPTIONS: "--max-old-space-size=2048"
NODE_OPTIONS: "--max-old-space-size=4096"
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
Expand Down

0 comments on commit 1aac47a

Please sign in to comment.