From a0f00aba60af7bae9822722c348556afd1ac943c Mon Sep 17 00:00:00 2001 From: Bastien DUMONT Date: Tue, 22 Oct 2024 10:25:54 +0200 Subject: [PATCH] ci: install package version --- .github/workflows/actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 336a385..b18841c 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -37,7 +37,7 @@ jobs: uses: actions/checkout@v3 - name: Install vitest - run: yarn add vitest + run: yarn - name: Run tests run: yarn test