From a9b980db352fa28b807ce4cb0bfab11e57cd8609 Mon Sep 17 00:00:00 2001 From: Fahri Cavusoglu Date: Fri, 2 Jul 2021 15:46:26 +0300 Subject: [PATCH] use npm ci instead --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ce6314c5..1913eed9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: - uses: actions/setup-node@v2.1.5 with: node-version: '14.x' - - run: npm i + - run: npm ci - run: npm run lint - run: npm run test