We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a6c9707 + 9666892 commit a6c7af0Copy full SHA for a6c7af0
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