Increase node memory for lint in CI

This commit is contained in:
Daniel Imms
2023-09-11 06:02:17 -07:00
parent bddff604c2
commit a003034b02
+2
View File
@@ -68,6 +68,8 @@ jobs:
yarn --frozen-lockfile
yarn install-addons
- name: Lint code
env:
NODE_OPTIONS: --max_old_space_size=4096
run: yarn lint
- name: Lint API
run: yarn lint-api