diff --git a/.github/workflows/main-workflow.yml b/.github/workflows/main-workflow.yml index 8d10876..3248737 100644 --- a/.github/workflows/main-workflow.yml +++ b/.github/workflows/main-workflow.yml @@ -40,7 +40,7 @@ jobs: - name: Install dependencies run: npm ci --legacy-peer-deps - name: Cypress run - uses: cypress-io/github-action@v5 # use the explicit version number + uses: cypress-io/github-action@v6 # use the explicit version number with: component: true install: false @@ -58,7 +58,7 @@ jobs: - name: Install dependencies run: npm ci --legacy-peer-deps - name: Cypress run - uses: cypress-io/github-action@v5 # use the explicit version number + uses: cypress-io/github-action@v6 # use the explicit version number with: install: false build: npm run build