From 8360c88e45b4dc24f438c0dd0ab6580494648895 Mon Sep 17 00:00:00 2001 From: Ritesh Ghosh Date: Sun, 13 Aug 2023 19:54:00 +0530 Subject: [PATCH] ci(tests): updated tests workflow --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0493a3e..5d6a021 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,7 +18,7 @@ jobs: uses: actions/setup-node@v3 - name: Install dependencies - run: npm ci + run: npm i - name: Run all tests run: npm test