Skip to content

Commit

Permalink
FIX: ๐Ÿ› pnpm install step ์ถ”๊ฐ€
Browse files Browse the repository at this point in the history
  • Loading branch information
hoongding committed May 5, 2024
1 parent d0ff864 commit af97c17
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,13 @@ jobs:
- name: Cache Dependencies
uses: actions/cache@v2
with:
path: node_modules
key: ${{ runner.os }}-node-${{ hashFiles('**/pnpm-lock.yaml') }}
path: ~/.pnpm-store
key: ${{ runner.os }}-pnpm-${{ hashFiles('**/pnpm-lock.yaml') }}
restore-keys: |
${{ runner.os }}-node-
${{ runner.os }}-pnpm-
- name: Install Dependencies
run: pnpm install

- name: Run Chromatic
uses: chromaui/action@latest # Update to the latest version of Chromatic action
Expand Down

0 comments on commit af97c17

Please sign in to comment.