diff --git a/.github/workflows/automatedPrChecks copy.yml b/.github/workflows/automatedPrChecks copy.yml index 23501951..12e3296f 100644 --- a/.github/workflows/automatedPrChecks copy.yml +++ b/.github/workflows/automatedPrChecks copy.yml @@ -21,7 +21,7 @@ jobs: - name: Install client dependencies run: | cd client - npm ci + npm install - name: Run client tests run: | diff --git a/.github/workflows/automatedPrLint.yml b/.github/workflows/automatedPrLint.yml index 614a7f7d..b5733aff 100644 --- a/.github/workflows/automatedPrLint.yml +++ b/.github/workflows/automatedPrLint.yml @@ -20,7 +20,7 @@ jobs: - name: Install server dependencies run: | cd server - npm ci + npm install - name: Run server tests run: |