From 5473381ec9798b75d319ecd59b08a1ff6d07eb80 Mon Sep 17 00:00:00 2001 From: Charles de Dreuille Date: Thu, 7 Mar 2024 13:48:49 +0000 Subject: [PATCH] Update chromatic.yml --- .github/workflows/chromatic.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/chromatic.yml b/.github/workflows/chromatic.yml index 79ce6fd..779d2cb 100644 --- a/.github/workflows/chromatic.yml +++ b/.github/workflows/chromatic.yml @@ -21,6 +21,7 @@ jobs: uses: pnpm/action-setup@v3 # docs https://pnpm.io/continuous-integration#github-actions with: version: 8 + dest: ~/setup-pnpm - name: Install dependencies # 👇 Install dependencies with the same package manager used in the project (replace it as needed), e.g. yarn, npm, pnpm