diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 6a50114..7e264b7 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -27,7 +27,7 @@ jobs: # Backend - name: Install dependencies for the backend working-directory: ./Backend - run: npm ci + run: npm i - name: Build backend working-directory: ./Backend