Skip to content

Commit 3dc811f

Browse files
committed
Try npm instead of pnpm
1 parent 85c993f commit 3dc811f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ jobs:
5858
run: pnpm install
5959

6060
- name: Test
61-
run: pnpm test
61+
run: npm test

0 commit comments

Comments
 (0)