From a0dab2efac76443e8b1ceb18e670dd6b90e5c6fd Mon Sep 17 00:00:00 2001 From: Ron de las Alas Date: Mon, 6 Nov 2023 15:08:18 -0500 Subject: [PATCH] ci: install --- .github/workflows/ci-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 2a0460aa7b2..3b67da1fa3f 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -105,7 +105,7 @@ jobs: cache: "npm" node-version-file: ".nvmrc" - name: Install Dependencies - run: npm ci + run: npm install - run: npm run build # - name: Setup & Test # run: |