Skip to content

Commit

Permalink
chore: increase javascript heap
Browse files Browse the repository at this point in the history
  • Loading branch information
abuaboud committed Apr 2, 2024
1 parent 93b2875 commit 033cefd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ jobs:
Release:
runs-on: ubuntu-latest
steps:
- name: Increase Node.js memory limit
run: |
echo "::set-env name=NODE_OPTIONS::--max-old-space-size=8192"
- name: Check out repository code
uses: actions/checkout@v3

Expand Down

0 comments on commit 033cefd

Please sign in to comment.