Skip to content

Commit f0b65fd

Browse files
committed
updated
1 parent d2035f0 commit f0b65fd

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.github/workflows/chromatic.yml

+7-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# .github/workflows/chromatic.yml
22

33
# Workflow name
4-
name: "Deploy Storybook Website"
4+
name: "Deploy Storybook to Chromatic"
55

66
# Event for the workflow
77
on:
@@ -22,10 +22,13 @@ jobs:
2222
- uses: actions/setup-node@v4
2323
with:
2424
node-version: 23.x
25+
26+
- name: Install pnpm
27+
run: npm install -g pnpm
28+
2529
# Install dependencies with pnpm
26-
- uses: pnpm/action-setup@v4
27-
with:
28-
run_install: true
30+
- name: Install dependencies
31+
run: pnpm install
2932

3033
#👇 Adds Chromatic as a step in the workflow
3134
- uses: chromaui/action@v1

0 commit comments

Comments
 (0)