Skip to content

Commit bddc196

Browse files
committed
[Docs site] Bump node space size
1 parent 4c5ca14 commit bddc196

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
name: Build
3434
env:
3535
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
36-
NODE_OPTIONS: --max-old-space-size=4192
36+
NODE_OPTIONS: --max-old-space-size=6144
3737
- name: Deploy to Cloudflare Workers
3838
env:
3939
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}

.github/workflows/publish-production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
name: Build
2929
env:
3030
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
31-
NODE_OPTIONS: --max-old-space-size=4192
31+
NODE_OPTIONS: --max-old-space-size=6144
3232
- run: npx wrangler deploy
3333
name: Deploy to Cloudflare Workers
3434
env:

0 commit comments

Comments
 (0)