Skip to content

Commit a6c7af0

Browse files
authored
Merge pull request #2907 from github/koesie10/eslint-memory
Increase memory limit when running ESLint
2 parents a6c9707 + 9666892 commit a6c7af0

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)