From a88f35b164ef033d5ba363fe12767c975b5f9796 Mon Sep 17 00:00:00 2001 From: Aaron Francis Date: Mon, 23 Aug 2021 17:56:03 -0500 Subject: [PATCH] Drop npm ci command --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e962aee..65cba4c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -9,7 +9,7 @@ jobs: - uses: actions/checkout@v2 - name: Install packages - run: npm ci + run: npm install - name: Run tests run: npm run test \ No newline at end of file