diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b609486e23add..2dc8074330327 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -511,7 +511,7 @@ jobs: # the check to pass. This is desired in PRs, but not in mainline. - name: Publish to Chromatic (non-mainline) if: github.ref != 'refs/heads/main' && github.repository_owner == 'coder' - uses: chromaui/action@v10 + uses: chromaui/action@v11 env: NODE_OPTIONS: "--max_old_space_size=4096" STORYBOOK: true @@ -542,7 +542,7 @@ jobs: # infinitely "in progress" in mainline unless we re-review each build. - name: Publish to Chromatic (mainline) if: github.ref == 'refs/heads/main' && github.repository_owner == 'coder' - uses: chromaui/action@v10 + uses: chromaui/action@v11 env: NODE_OPTIONS: "--max_old_space_size=4096" STORYBOOK: true