Skip to content

Commit

Permalink
#38 docs: pnpm install ..
Browse files Browse the repository at this point in the history
  • Loading branch information
wuzoo committed Jul 7, 2024
1 parent 82cf097 commit b20287e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 21
- run: pnpm
- name: Install dependencies
run: pnpm install
- name: Run Chromatic
uses: chromaui/action@v1
with:
Expand Down

0 comments on commit b20287e

Please sign in to comment.