Skip to content

Commit

Permalink
Env: Pnpm env수정
Browse files Browse the repository at this point in the history
  • Loading branch information
KimKyuHoi committed Aug 11, 2024
1 parent b20793e commit beeb217
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ jobs:
${{ runner.OS }}-build-
${{ runner.OS }}-
- name: Install pnpm
run: |
npm install -g pnpm
- name: Install Dependencies
run: pnpm install --force

Expand Down

0 comments on commit beeb217

Please sign in to comment.