From d2603fc99524f35092a9e42adf0e3803262ee12a Mon Sep 17 00:00:00 2001 From: John Coburn Date: Mon, 9 Dec 2024 09:37:03 -0600 Subject: [PATCH] use same cypress version as strypes-testing --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 10ea0f7..2188644 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@octokit/rest": "^19.0.7", "babel-plugin-istanbul": "^6.0.0", "configstore": "^3.1.1", - "cypress": "^13.15.0", + "cypress": "12.0.0", "debug": "^4.0.1", "express": "^4.17.1", "fast-glob": "^3.3.1",