diff --git a/.github/workflows/chromatic-docs.yml b/.github/workflows/chromatic-docs.yml index 1e7103ab72..2f83d6d826 100644 --- a/.github/workflows/chromatic-docs.yml +++ b/.github/workflows/chromatic-docs.yml @@ -19,6 +19,10 @@ jobs: with: node-version: 18 + - uses: pnpm/action-setup@v2 + with: + version: 8 + - name: pnpm install run: pnpm install