fix(ci): increase validate lint heap

This commit is contained in:
777genius 2026-06-02 10:11:11 +03:00
parent 440d37162b
commit cf1f525486

View file

@ -88,6 +88,8 @@ jobs:
key: eslint-${{ runner.os }}-${{ hashFiles('pnpm-lock.yaml', 'eslint.config.*', 'src/**/*.ts', 'src/**/*.tsx') }}
- name: Validate workspace truth gate
env:
NODE_OPTIONS: --max-old-space-size=8192
run: pnpm check:ci
test: