Skip to content

Commit 0ae0991

Browse files
authored
Update deploy.yml
1 parent 3c5e045 commit 0ae0991

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,11 @@ jobs:
4848
echo "Unable to determine package manager"
4949
exit 1
5050
fi
51+
- name: Setup pnpm
52+
if: steps.detect-package-manager.outputs.manager == 'pnpm'
53+
uses: pnpm/action-setup@v3
54+
with:
55+
version: 9
5156
- name: Setup Node
5257
uses: actions/setup-node@v4
5358
with:

0 commit comments

Comments
 (0)