We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc422df commit de251a6Copy full SHA for de251a6
.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=8192"
+ NODE_OPTIONS: "--max-old-space-size=4096"
35
36
steps:
37
- name: Checkout repository
0 commit comments