Skip to content

Commit 4e19eb0

Browse files
committed
dx(pipeline): self-hosted runners with more memory
1 parent 424044f commit 4e19eb0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Build
1717
run: npm run build
1818
env:
19-
NODE_OPTIONS: --max_old_space_size=8192
19+
NODE_OPTIONS: --max-old-space-size=49152
2020
- name: Upload build
2121
uses: actions/upload-artifact@v4
2222
with:

0 commit comments

Comments
 (0)