chore: use npm i for test gh action

This commit is contained in:
Ayo Ayco 2024-12-19 23:27:39 +01:00
parent fbf311ba4f
commit ea95bf47b8

View file

@ -1,4 +1,4 @@
name: ESLint name: Test
on: on:
push: push:
@ -23,7 +23,7 @@ jobs:
- name: Install deps - name: Install deps
run: | run: |
pnpm install npm install vitest
- name: Run Vitest - name: Run Vitest
run: npx vitest . run: npx vitest .