From 08e674e0d6e2801e2fa56e4aa3f66f35b6eae780 Mon Sep 17 00:00:00 2001 From: Arik Fraimovich Date: Thu, 24 Oct 2019 11:53:47 +0300 Subject: [PATCH] Pin Cypress version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 05c26da578..42add15e9b 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "lint:ci": "npm run lint -- --format junit --output-file /tmp/test-results/eslint/results.xml", "test": "TZ=Africa/Khartoum jest", "test:watch": "jest --watch", - "cypress:install": "npm install --no-save cypress@^3.1.5 @percy/cypress@^0.2.3 atob@2.1.2", + "cypress:install": "npm install --no-save cypress@3.4.1 @percy/cypress@^0.2.3 atob@2.1.2", "cypress": "node client/cypress/cypress.js" }, "repository": {