diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 6833292f7..21f14dec2 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -24,7 +24,7 @@ jobs: with: node-version: 16 - name: Install root dependencies - run: yarn install + run: npm install - name: Start server run: | nx serve explorer