Skip to content

Commit

Permalink
chore(docs): fix chromatic docs setup to include pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
realdreamer committed Aug 28, 2023
1 parent ce55dde commit 0191a57
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/chromatic-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ jobs:
with:
node-version: 18

- uses: pnpm/action-setup@v2
with:
version: 8

- name: pnpm install
run: pnpm install

Expand Down

0 comments on commit 0191a57

Please sign in to comment.