Skip to content

Commit

Permalink
fix: adding step to workflow to install pnpm action
Browse files Browse the repository at this point in the history
  • Loading branch information
canadianpython13 committed Nov 26, 2024
1 parent 306cea7 commit 02a0ee0
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 @@ -28,8 +28,11 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 18.x
- name: Setup pnpm
uses: pnpm/action-setup@v4
with:
version: latest
- name: Install Test Dependencies
working-directory: ./e2e
run: pnpm install

- name: Install Playwright
Expand Down

0 comments on commit 02a0ee0

Please sign in to comment.