Skip to content

Commit

Permalink
fix: pnpm setup 스텝 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
ivaaaaann committed Jun 26, 2024
1 parent b8332a9 commit 8583971
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
with:
fetch-depth: 2

- name: Setup pnpm
uses: pnpm/action-setup@v3

- name: Install dependencies
run: pnpm install

Expand Down

0 comments on commit 8583971

Please sign in to comment.