We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6c9707 commit 9666892Copy full SHA for 9666892
1 file changed
.github/workflows/main.yml
@@ -81,6 +81,8 @@ jobs:
81
82
- name: Lint
83
working-directory: extensions/ql-vscode
84
+ env:
85
+ NODE_OPTIONS: '--max-old-space-size=4096'
86
run: |
87
npm run lint
88
0 commit comments