Skip to content

Commit 13f843f

Browse files
Add pnpm installation step to CI workflow
1 parent 3eef401 commit 13f843f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ jobs:
4343
- name: Checkout Code
4444
uses: actions/checkout@v3
4545

46+
- name: Install pnpm
47+
run: npm install -g pnpm
48+
4649
- name: Install Dependencies
4750
run: pnpm install
4851

0 commit comments

Comments
 (0)