Skip to content

Commit

Permalink
chore: use pnpm v4
Browse files Browse the repository at this point in the history
  • Loading branch information
mukezhz committed Jul 8, 2024
1 parent 0362160 commit e193eb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
with:
fetch-depth: 0 # Not needed if lastUpdated is not enabled
- name: Setup pnpm
uses: pnpm/action-setup@v3 # Uncomment this if you're using pnpm
uses: pnpm/action-setup@v4 # Uncomment this if you're using pnpm
# - uses: oven-sh/setup-bun@v1 # Uncomment this if you're using Bun
- name: Setup Node
uses: actions/setup-node@v4
Expand Down

0 comments on commit e193eb0

Please sign in to comment.