Skip to content

Commit 8d8a3ee

Browse files
committed
ci: bump memory
1 parent 347cbcc commit 8d8a3ee

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ jobs:
154154
run: pnpm build:test
155155
env:
156156
VALIDATE_HTML: true
157+
NODE_OPTIONS: --max-old-space-size=6144
157158

158159
- name: 🖥️ Test project (browser)
159160
run: pnpm test:browser:prebuilt
@@ -182,6 +183,8 @@ jobs:
182183

183184
- name: 🏗️ Build project
184185
run: pnpm build:test
186+
env:
187+
NODE_OPTIONS: --max-old-space-size=6144
185188

186189
- name: ♿ Accessibility audit (Lighthouse - ${{ matrix.mode }} mode)
187190
run: pnpm test:a11y:prebuilt

0 commit comments

Comments
 (0)