Skip to content

Commit 32a4690

Browse files
authored
Chromatic CLI v13.3.0 (#14582)
Updates both the Chromatic CLI library and GH action to v13.3.0.
1 parent 2d3a78c commit 32a4690

File tree

4 files changed

+52
-94
lines changed

4 files changed

+52
-94
lines changed

.github/workflows/ar-chromatic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Chromatic - Apps Rendering
4040
env:
4141
NODE_OPTIONS: '--max_old_space_size=4096'
42-
uses: chromaui/action@v11.27.0
42+
uses: chromaui/action@v13.3.0
4343

4444
with:
4545
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN__APPS_RENDERING }}

.github/workflows/dcr-chromatic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Chromatic - DCR
3636
env:
3737
NODE_OPTIONS: '--max_old_space_size=4096'
38-
uses: chromaui/action@v11.27.0
38+
uses: chromaui/action@v13.3.0
3939
with:
4040
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN__DOTCOM_RENDERING }}
4141
token: ${{ secrets.GITHUB_TOKEN }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
},
2525
"dependencies": {
2626
"@guardian/prettier": "5.0.0",
27-
"chromatic": "11.27.0",
27+
"chromatic": "13.3.0",
2828
"husky": "9.1.7",
2929
"lint-staged": "15.2.0",
3030
"prettier": "3.0.3",

0 commit comments

Comments
 (0)