From 9f3ad8177b40cb3744a3683fe833ac594856cd1f Mon Sep 17 00:00:00 2001 From: Arthur Vivian Date: Mon, 7 Jun 2021 11:45:25 +0100 Subject: [PATCH] Use npm ci instead of install --- .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 4155b4e..9f7510b 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -8,6 +8,6 @@ jobs: - name: Checkout uses: actions/checkout@v2 - name: Install Modules - run: npm install + run: npm ci - name: Run Tests run: npm test