Skip to content

Commit 2c92690

Browse files
committedJan 21, 2025·
feat(cypress): support Cypress v14
Fix #176
1 parent 8d46b4d commit 2c92690

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎packages/cypress/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"cypress-wait-until": "^3.0.2"
5252
},
5353
"peerDependencies": {
54-
"cypress": "^12.0.0 || ^13.0.0"
54+
"cypress": "^12.0.0 || ^13.0.0 || ^14.0.0"
5555
},
5656
"devDependencies": {
5757
"@argos-ci/cli": "workspace:*",

0 commit comments

Comments
 (0)
Please sign in to comment.