diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1ce1b518..1bd6723e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,7 +44,7 @@ jobs: - name: Set base and head for Nx affected commands uses: nrwl/nx-set-shas@v4 - name: Install dependencies - run: npm ci + run: npm i - name: Original E2E test project run: npx nx run cli-e2e-original:original-e2e - name: env E2E test project