From d13bf88a0c5e5757f1464f0ba6df4f2945180477 Mon Sep 17 00:00:00 2001 From: Vlad Filippov Date: Mon, 24 May 2021 10:19:44 -0400 Subject: [PATCH] Fix ci install --- .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 677dad4d..a90a190b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -26,7 +26,7 @@ jobs: node-version: ${{ matrix.node }} - name: Install npm dependencies - run: npm ci + run: npm i - name: Run tests run: npm test