Skip to content

Commit 5437b21

Browse files
committed
chore: use pnpm for workflow
1 parent d6b6d98 commit 5437b21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-and-cov.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121
with:
2222
node-version: ${{ matrix.node-version }}
2323
- name: Install dependencies
24-
run: npm i
24+
run: npm install -g pnpm@8 && pnpm i
2525
- name: Run tests
26-
run: npm test && npm run coverage
26+
run: pnpm test && pnpm run coverage
2727
- name: Run coverage
2828
uses: coverallsapp/github-action@v2
2929
with:

0 commit comments

Comments
 (0)