Skip to content

Commit

Permalink
update: use pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
love98ooo committed Aug 12, 2024
1 parent bcaeb76 commit b597d0f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,11 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0 # Not needed if lastUpdated is not enabled
# - uses: pnpm/action-setup@v2 # Uncomment this if you're using pnpm

- name: Setup pnpm
uses: pnpm/action-setup@v2 # Uncomment this if you're using pnpm
with:
version: 8
# - uses: oven-sh/setup-bun@v1 # Uncomment this if you're using Bun
- name: Setup Node
uses: actions/setup-node@v3
Expand Down

0 comments on commit b597d0f

Please sign in to comment.