Skip to content

Commit

Permalink
fix: fix actions duplicate row
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonsantos committed Oct 9, 2024
1 parent 02eb565 commit 186862d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ jobs:
with:
node-version: 20
- name: Install dependencies
run: npm install -g pnpm
run: pnpm install --frozen-lockfile
run:
- npm install -g pnpm
- pnpm install --frozen-lockfile
- name: Build
run: pnpm build
- name: Run Chromatic
Expand Down

0 comments on commit 186862d

Please sign in to comment.