chore(ci): increase tsslint heap limit (#35591)

This commit is contained in:
yyh 2026-04-27 12:46:43 +08:00 committed by fatelei
parent ffee3b45aa
commit 554e57c906
No known key found for this signature in database
GPG Key ID: 2F91DA05646F4EED

View File

@ -110,6 +110,8 @@ jobs:
- name: Web tsslint
if: steps.changed-files.outputs.any_changed == 'true'
working-directory: ./web
env:
NODE_OPTIONS: --max-old-space-size=4096
run: vp run lint:tss
- name: Web type check