Skip to content

Commit

Permalink
add step pnpm i -g
Browse files Browse the repository at this point in the history
  • Loading branch information
BrunoDorea committed Aug 22, 2024
1 parent a14e33b commit 3738e48
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 @@ -19,6 +19,10 @@ jobs:
node-version: '18.x'
cache: 'pnpm'

- name: Install pnpm
run: |
npm install -g pnpm
- name: Install dependencies
run: pnpm install

Expand Down

0 comments on commit 3738e48

Please sign in to comment.