Skip to content

Commit 6358a0b

Browse files
added some updates to push.yml
1 parent 2dfc8d8 commit 6358a0b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/push.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ jobs:
1414
- name: Checkout code
1515
uses: actions/checkout@v3
1616

17+
# Install pnpm
18+
- name: Install pnpm
19+
run: |
20+
curl -fsSL https://get.pnpm.io/install.sh | sh -
21+
1722
# Install dependencies and run tests
1823
- name: Run Tests and Upload Coverage to Codecov
1924
run: |

0 commit comments

Comments
 (0)