Skip to content

Commit

Permalink
fix: solve JavaScript heap out of memory error
Browse files Browse the repository at this point in the history
  • Loading branch information
victorggonzalez authored Jun 13, 2022
1 parent 59717f3 commit d4e4e11
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cintegration-s3-caller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ on:
# Allows to run the workflow manually from the Actions tab
workflow_dispatch:

env:
NODE_OPTIONS: '--max_old_space_size=4096'

jobs:
graasp-deploy-s3-workflow:
name: Graasp Player
Expand Down

0 comments on commit d4e4e11

Please sign in to comment.