Skip to content

Commit 0420ee4

Browse files
authored
fix: install pnpm
1 parent a6717dd commit 0420ee4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/deploy.yml

+5
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ jobs:
1616
- name: 🚚 Get latest code
1717
uses: actions/checkout@v2
1818

19+
- name: Install pnpm
20+
uses: pnpm/action-setup@v2
21+
with:
22+
version: 9
23+
1924
- name: ℹ️ Current repo dir
2025
run: |
2126
echo "Testing the checkout action..."

0 commit comments

Comments
 (0)