Skip to content

Commit

Permalink
fix pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
DaviPtrs committed Feb 6, 2025
1 parent 76fb5d8 commit 3de3a93
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ jobs:
- name: Setup PNPM
uses: pnpm/action-setup@v4
with:
version: pnpm@latest
version: latest
package_json_file: ./package.json

- name: Setup Node
uses: actions/setup-node@v4
Expand Down

0 comments on commit 3de3a93

Please sign in to comment.