Skip to content

Commit a16f551

Browse files
committed
Pin Cypress version (#4284)
1 parent e94515d commit a16f551

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"lint:ci": "npm run lint -- --format junit --output-file /tmp/test-results/eslint/results.xml",
1717
"test": "TZ=Africa/Khartoum jest",
1818
"test:watch": "jest --watch",
19-
"cypress:install": "npm install --no-save cypress@^3.1.5 @percy/cypress@^0.2.3 [email protected]",
19+
"cypress:install": "npm install --no-save cypress@3.4.1 @percy/cypress@^0.2.3 [email protected]",
2020
"cypress": "node client/cypress/cypress.js"
2121
},
2222
"repository": {

0 commit comments

Comments
 (0)