From 1f77fc0bf6c0d46f8094e98dd5397014969a2d1f Mon Sep 17 00:00:00 2001 From: Kalle <38327916+Sendouc@users.noreply.github.com> Date: Wed, 21 Sep 2022 17:56:48 +0300 Subject: [PATCH] Test downgrading Cypress --- .github/workflows/main.yml | 1 - package.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a62e40cbf..45b2561eb 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,7 +16,6 @@ jobs: with: build: npm run build start: npm start - browser: chrome env: BASE_URL: http://localhost:4455 PORT: 4455 diff --git a/package.json b/package.json index 8220d7f31..569c633f7 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "@typescript-eslint/eslint-plugin": "^5.38.0", "@typescript-eslint/parser": "^5.38.0", "cross-env": "^7.0.3", - "cypress": "^10.8.0", + "cypress": "~10.4.0", "dotenv": "^16.0.2", "eslint": "^8.23.1", "eslint-plugin-react": "^7.31.8",