From 1569c7a14f87509852abbdf2f070b6a362caddf8 Mon Sep 17 00:00:00 2001 From: Vinayak Kulkarni <19776877+vinayakkulkarni@users.noreply.github.com> Date: Thu, 24 Nov 2022 23:40:11 +0530 Subject: [PATCH] =?UTF-8?q?perf:=20enable=20`npm=20ci`=20since=20we=20now?= =?UTF-8?q?=20have=20lockfile=20=F0=9F=95=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Vinayak Kulkarni <19776877+vinayakkulkarni@users.noreply.github.com> --- .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 34046bc..c776aa5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: node-version-file: 'package.json' - name: Install dependencies 🚀 - run: npm i --prefer-offline --no-audit --omit=optional + run: npm ci --prefer-offline --no-audit --omit=optional - name: Run linter(s) 💅 uses: wearerequired/lint-action@v2