1 parent 0ee3c41 commit c169793Copy full SHA for c169793
1 file changed
.github/workflows/deploy.yaml
@@ -14,6 +14,10 @@ jobs:
14
steps:
15
- name: git checkout
16
uses: actions/checkout@v4
17
+ - name: install pnpm
18
+ uses: pnpm/action-setup@v4
19
+ with:
20
+ version: 10
21
- name: install packages
22
shell: bash
23
working-directory: .
0 commit comments