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

This commit is contained in:
yyh
2026-04-27 12:46:43 +08:00
committed by GitHub
parent 2677d90860
commit 3db107edc9

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