Skip to content

Commit 9666892

Browse files
committed
Increase memory limit when running ESLint
1 parent a6c9707 commit 9666892

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@ jobs:
8181
8282
- name: Lint
8383
working-directory: extensions/ql-vscode
84+
env:
85+
NODE_OPTIONS: '--max-old-space-size=4096'
8486
run: |
8587
npm run lint
8688

0 commit comments

Comments
 (0)