From dc06a333c8e4644a0f004f1acd75ac9863a2a976 Mon Sep 17 00:00:00 2001 From: Ron de las Alas Date: Thu, 30 Nov 2023 11:17:40 -0500 Subject: [PATCH] ci: use npm ci --- .github/workflows/build.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a491d05..799b801 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,9 +15,7 @@ jobs: node-version-file: '.nvmrc' - name: Run NPM Commands run: | - npm --production=false install - npm --production=false update - npm --production=false prune + npm ci - name: Run Lint run: | npm run lint