Skip to content

Commit

Permalink
ci(node js): increase mem
Browse files Browse the repository at this point in the history
  • Loading branch information
nokome committed Apr 28, 2024
1 parent c0a71f7 commit 9865920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
env:
# Tell Node.js how much un-garbage-collected-memory it can
# allow for to prevent it running out (in Mb)
NODE_OPTIONS: --max_old_space_size=12000
NODE_OPTIONS: --max_old_space_size=14000

- name: Release package
if: github.ref == 'refs/heads/master'
Expand Down

0 comments on commit 9865920

Please sign in to comment.