Increase memory limit when running ESLint

This commit is contained in:
Koen Vlaswinkel
2023-10-04 14:46:32 +02:00
parent a6c97077fb
commit 96668928aa

View File

@@ -81,6 +81,8 @@ jobs:
- name: Lint - name: Lint
working-directory: extensions/ql-vscode working-directory: extensions/ql-vscode
env:
NODE_OPTIONS: '--max-old-space-size=4096'
run: | run: |
npm run lint npm run lint