We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c0caf7 commit 8c83bf6Copy full SHA for 8c83bf6
.github/workflows/test.yml
@@ -31,7 +31,7 @@ jobs:
31
VSCODE_LOGS_DIR: ${{ github.workspace }}/artifacts/logs
32
CURSORLESS_REPO_ROOT: ${{ github.workspace }}
33
TEMP_DIR: ${{ github.workspace }}/temp
34
- NODE_OPTIONS: "--max-old-space-size=4096"
+ NODE_OPTIONS: "--max-old-space-size=16384"
35
36
steps:
37
- name: Checkout repository
0 commit comments