diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 1e08e64..d01d1c6 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -23,7 +23,7 @@ jobs: node-version: ${{ matrix.node-version }} - name: Install dependencies - run: npm ci + run: npm i - name: Run Cypress tests run: npx cypress run