ci: raise VS Code Storybook heap limit

This commit is contained in:
Josh Lambert
2026-06-08 11:52:08 -04:00
parent 6ee090b5a4
commit 0d6f263bdd
+2
View File
@@ -280,6 +280,8 @@ jobs:
if: steps.storybook-cache-vscode.outputs.cache-hit != 'true'
run: bun run build-storybook
working-directory: packages/kilo-vscode
env:
NODE_OPTIONS: --max-old-space-size=4096 # kilocode_change
- name: Generate baselines and enforce webview accessibility checks # kilocode_change
run: bun run test:visual:update