Skip to content

Commit 58ba0fb

Browse files
committed
chore: Uncomment pnpm/action-setup@v3 in docs.yml workflow
1 parent a700903 commit 58ba0fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uses: actions/checkout@v4
3636
with:
3737
fetch-depth: 0 # Not needed if lastUpdated is not enabled
38-
# - uses: pnpm/action-setup@v3 # Uncomment this if you're using pnpm
38+
- uses: pnpm/action-setup@v3 # Uncomment this if you're using pnpm
3939
# - uses: oven-sh/setup-bun@v1 # Uncomment this if you're using Bun
4040
- name: Setup Node
4141
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)