Skip to content

Commit

Permalink
add missing setup pnpm step
Browse files Browse the repository at this point in the history
  • Loading branch information
David Martinelli committed Feb 18, 2024
1 parent 258c213 commit 89cd72f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: pnpm-setup
uses: pnpm/action-setup@v3
with:
version: 8
- name: Setup Nodejs
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit 89cd72f

Please sign in to comment.