Skip to content

Commit fbbfe82

Browse files
committed
increased workflow ram for testing
1 parent 34c4518 commit fbbfe82

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pull-request.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,7 @@ jobs:
252252
if: steps.changed-files.outputs.any_changed == 'true'
253253
env:
254254
NODE_V8_COVERAGE: './coverage/vitest'
255+
NODE_OPTIONS: "--max-old-space-size=6144"
255256
run: |
256257
npm run test:coverage
257258

0 commit comments

Comments
 (0)