Skip to content

Commit

Permalink
chore: git workflow fix
Browse files Browse the repository at this point in the history
  • Loading branch information
inseongso-29cm committed Mar 26, 2024
1 parent 8baea3b commit e898172
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ jobs:
with:
node-version: 20
cache: 'pnpm'
- name: Install pnpm
uses: pnpm/action-setup@v3
with:
version: 8
run_install: false
- name: Install dependencies
run: pnpm ci
- name: Build
Expand Down

0 comments on commit e898172

Please sign in to comment.