Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit 43f07c7

Browse files
committed
ci: set max memory to 16GB
1 parent 58fa3bc commit 43f07c7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
run: pnpm lint
5757

5858
- name: Build packages
59-
run: pnpm build
59+
run: pnpm build --max_old_space_size=16384
6060

6161
- name: Run tests
6262
run: pnpm test:ci

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
run: pnpm lint
5757

5858
- name: Build packages
59-
run: pnpm build
59+
run: pnpm build --max_old_space_size=16384
6060

6161
- name: Run tests
6262
run: pnpm test:ci

0 commit comments

Comments
 (0)