Skip to content

Commit

Permalink
add: Chromatic用にNodeのメモリを増やす (#2243)
Browse files Browse the repository at this point in the history
* Chromatic用にNodeのメモリを増やす

* もとに戻す
  • Loading branch information
Hiroshiba authored Aug 21, 2024
1 parent 7aa6e86 commit a8b1520
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ on:
branches:
- main

env:
# Chromatic用にNodeのメモリを増やす
# https://github.com/chromaui/chromatic-cli/issues/550#issuecomment-1150713820
NODE_OPTIONS: --max-old-space-size=16384

jobs:
chromatic:
name: Run Chromatic
Expand Down

0 comments on commit a8b1520

Please sign in to comment.