Skip to content

Commit

Permalink
limiting memory when excute ci tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
rangoack committed Sep 26, 2023
1 parent bca43e2 commit 8caaf49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
run: yarn build
env:
NITRO_PRESET: cloudflare
NODE_OPTIONS: "--max_old_space_size=4096"

- name: Publish to Cloudflare
uses: cloudflare/wrangler-action@2.0.0
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deploy-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
run: yarn build
env:
NITRO_PRESET: cloudflare
NODE_OPTIONS: "--max_old_space_size=4096"

- name: Publish to Cloudflare
uses: cloudflare/wrangler-action@2.0.0
Expand Down

0 comments on commit 8caaf49

Please sign in to comment.