Skip to content

Commit

Permalink
fix: removing pnpm version conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
canadianpython13 committed Nov 26, 2024
1 parent 02a0ee0 commit 92e10dd
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 @@ -28,10 +28,10 @@ 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
run: pnpm install

Expand Down

0 comments on commit 92e10dd

Please sign in to comment.