Merge pull request #11014 from Kilo-Org/fix/vscode-storybook-heap

ci: raise VS Code Storybook heap limit
This commit is contained in:
Joshua Lambert
2026-06-08 12:23:05 -04:00
committed by GitHub
+4
View File
@@ -211,6 +211,10 @@ jobs:
name: Visual Regression (kilo-vscode webview)
runs-on: blacksmith-4vcpu-ubuntu-2404
timeout-minutes: 15
# kilocode_change start
env:
NODE_OPTIONS: --max-old-space-size=4096
# kilocode_change end
steps:
- name: Checkout (internal)