Skip to content

Commit

Permalink
npm in chromatic
Browse files Browse the repository at this point in the history
  • Loading branch information
ddfridley committed Nov 10, 2023
1 parent d263737 commit d5a3e64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 18
cache: 'yarn'
- run: yarn
cache: 'npm'
- run: npm
#👇 Adds Chromatic as a step in the workflow
- uses: chromaui/action@v1
# Options required for Chromatic's GitHub Action
Expand Down

0 comments on commit d5a3e64

Please sign in to comment.