We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2035f0 commit f0b65fdCopy full SHA for f0b65fd
.github/workflows/chromatic.yml
@@ -1,7 +1,7 @@
1
# .github/workflows/chromatic.yml
2
3
# Workflow name
4
-name: "Deploy Storybook Website"
+name: "Deploy Storybook to Chromatic"
5
6
# Event for the workflow
7
on:
@@ -22,10 +22,13 @@ jobs:
22
- uses: actions/setup-node@v4
23
with:
24
node-version: 23.x
25
+
26
+ - name: Install pnpm
27
+ run: npm install -g pnpm
28
29
# Install dependencies with pnpm
- - uses: pnpm/action-setup@v4
- with:
- run_install: true
30
+ - name: Install dependencies
31
+ run: pnpm install
32
33
#👇 Adds Chromatic as a step in the workflow
34
- uses: chromaui/action@v1
0 commit comments