Skip to content

Commit

Permalink
Merge pull request #6 from rangoack/test
Browse files Browse the repository at this point in the history
limiting memory when excute ci tasks
  • Loading branch information
KarlChristomer authored Sep 26, 2023
2 parents a8eb35a + 8caaf49 commit 1972b3b
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 1972b3b

Please sign in to comment.