diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index bba1d1ff..c422ed2e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,7 +16,7 @@ jobs: uses: actions/checkout@v3 - name: Install dependencies - run: npm ci --legacy-peer-deps + run: npm ci - name: Build files run: npm run build @@ -29,11 +29,11 @@ jobs: with: browser: chrome install: false - wait-on: 'http://localhost:5000' + wait-on: "http://localhost:5000" - name: Run Cypress (Edge) uses: cypress-io/github-action@v6 with: browser: edge install: false - wait-on: 'http://localhost:5000' + wait-on: "http://localhost:5000"