Skip to content

Commit c169793

Browse files
committed
fix(gh-actions): added step to install pnpm
1 parent 0ee3c41 commit c169793

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/deploy.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ jobs:
1414
steps:
1515
- name: git checkout
1616
uses: actions/checkout@v4
17+
- name: install pnpm
18+
uses: pnpm/action-setup@v4
19+
with:
20+
version: 10
1721
- name: install packages
1822
shell: bash
1923
working-directory: .

0 commit comments

Comments
 (0)