Skip to content

Commit 0999482

Browse files
committed
fix: included pnpm in workflow
1 parent 181628b commit 0999482

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/coverage-check.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ jobs:
1515
- name: Checkout Repository
1616
uses: actions/checkout@v2
1717

18+
19+
- name: Install pnpm
20+
run: npm install -g pnpm
21+
1822
- name: Set up Node.js
1923
uses: actions/setup-node@v2
2024
with:

0 commit comments

Comments
 (0)