Skip to content

Commit 2efacea

Browse files
authored
Update deploy.yml
1 parent 9ca638f commit 2efacea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: actions/checkout@v3
3333
with:
3434
fetch-depth: 0 # Not needed if lastUpdated is not enabled
35-
# - uses: pnpm/action-setup@v2 # Uncomment this if you're using pnpm
35+
- uses: pnpm/action-setup@v2 # Uncomment this if you're using pnpm
3636
# - uses: oven-sh/setup-bun@v1 # Uncomment this if you're using Bun
3737
- name: Setup Node
3838
uses: actions/setup-node@v3

0 commit comments

Comments
 (0)