Skip to content

Commit

Permalink
Increases heap in GitHub Action builds
Browse files Browse the repository at this point in the history
  • Loading branch information
iPaulPro committed Mar 27, 2023
1 parent d7183b7 commit e7cca9f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
uses: actions/checkout@v2

- name: Install and Build
env:
NODE_OPTIONS: "--max_old_space_size=4096"
run: |
npm ci
npm run build
Expand Down

0 comments on commit e7cca9f

Please sign in to comment.