Skip to content

Commit 53f94b2

Browse files
committed
chore: update storybook
1 parent 40bf38c commit 53f94b2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -634,6 +634,8 @@ jobs:
634634
- name: Publish to Chromatic (non-mainline)
635635
if: github.ref != 'refs/heads/main' && github.repository_owner == 'coder'
636636
uses: chromaui/action@v1
637+
env:
638+
NODE_OPTIONS: "--max_old_space_size=4096"
637639
with:
638640
buildScriptName: "storybook:build"
639641
exitOnceUploaded: true
@@ -651,6 +653,8 @@ jobs:
651653
- name: Publish to Chromatic (mainline)
652654
if: github.ref == 'refs/heads/main' && github.repository_owner == 'coder'
653655
uses: chromaui/action@v1
656+
env:
657+
NODE_OPTIONS: "--max_old_space_size=4096"
654658
with:
655659
autoAcceptChanges: true
656660
buildScriptName: "storybook:build"

0 commit comments

Comments
 (0)