Skip to content

Commit 397e6c9

Browse files
authored
chore: fix deploy gha (#137)
1 parent 7174d96 commit 397e6c9

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ jobs:
2626
with:
2727
node-version-file: '.nvmrc'
2828

29+
- name: Setup pnpm
30+
uses: pnpm/action-setup@v4
31+
2932
- name: Install dependencies
3033
run: pnpm install
3134

0 commit comments

Comments
 (0)