Skip to content

Commit

Permalink
chore: adding pnpm as package manager in chromatic actions
Browse files Browse the repository at this point in the history
  • Loading branch information
syauqi committed Nov 7, 2023
1 parent 7da3c4b commit 1267bbd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,12 @@ jobs:
# Job steps
steps:
- uses: actions/checkout@v1
- uses: pnpm/action-setup@v2
with:
version: 8.7.6
- name: Install dependencies
# 👇 Install dependencies with the same package manager used in the project (replace it as needed), e.g. yarn, npm, pnpm
run: yarn
run: pnpm i
# 👇 Adds Chromatic as a step in the workflow
- name: Publish to Chromatic
uses: chromaui/action@v1
Expand Down

0 comments on commit 1267bbd

Please sign in to comment.