chore: use pnpm on gh action
This commit is contained in:
parent
f3e4d28719
commit
fbf311ba4f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -23,7 +23,7 @@ jobs:
|
|||
|
||||
- name: Install deps
|
||||
run: |
|
||||
npm install
|
||||
pnpm install
|
||||
|
||||
- name: Run Vitest
|
||||
run: npx vitest .
|
||||
|
|
Loading…
Reference in a new issue