Skip to content

Commit

Permalink
Add GitHub Action Node Option
Browse files Browse the repository at this point in the history
  • Loading branch information
kairoski03 committed Oct 23, 2023
1 parent 8d82880 commit 64b3a1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/welldone-explorer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
aws-region: us-east-2

- name: Node Option
run: export NODE_OPTIONS="--max_old_space_size=4096"
run: export NODE_OPTIONS="--max_old_space_size=8192"

- name: Install dependencies
run: pnpm install
Expand Down

0 comments on commit 64b3a1a

Please sign in to comment.