Skip to content

Commit 2641fae

Browse files
Update node options
1 parent e968d50 commit 2641fae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
VSCODE_LOGS_DIR: ${{ github.workspace }}/artifacts/logs
3232
CURSORLESS_REPO_ROOT: ${{ github.workspace }}
3333
TEMP_DIR: ${{ github.workspace }}/temp
34-
NODE_OPTIONS: "--max-old-space-size=4096"
34+
NODE_OPTIONS: "--max-old-space-size=4096 --force-node-api-uncaught-exceptions-policy=true"
3535

3636
steps:
3737
- name: Checkout repository

0 commit comments

Comments
 (0)