Skip to content

Commit

Permalink
Use pnpm cache
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperpeulen committed May 15, 2024
1 parent 8d2080f commit 5dc06d9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,11 @@ jobs:
uses: pnpm/action-setup@v3
with:
version: 8

- name: Use Node.js 20
uses: actions/setup-node@v3
with:
node-version: 20
cache: "pnpm"
- name: Install dependencies
run: pnpm install

Expand Down

0 comments on commit 5dc06d9

Please sign in to comment.