diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9e42bc1f..32905bc1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -59,4 +59,4 @@ jobs: # wait-on: 'http://localhost:8080' browser: chrome config-file: cypress/cypress.config.ts - install-command: npm i --legacy-peer-deps + install-command: npm install --legacy-peer-deps