Skip to content

Commit 9d34af0

Browse files
committed
setup pnpm on action
1 parent 53e1be4 commit 9d34af0

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/main.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ jobs:
1717
- name: Check out code
1818
uses: actions/checkout@v4
1919

20+
- name: Setup pnpm
21+
uses: pnpm/action-setup@v3
22+
with:
23+
version: 8
24+
2025
- name: Install dependencies
2126
run: pnpm install
2227

0 commit comments

Comments
 (0)