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 0de0e0f commit 30994fc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 20
cache: 'pnpm'
- name: Install PNPM
run: npm i -g pnpm
- name: Install pnpm
uses: pnpm/action-setup@v3
with:
Expand Down

0 comments on commit 30994fc

Please sign in to comment.