Skip to content

Commit f47688d

Browse files
authoredJan 30, 2025··
feat: add Cypress 14 as a peer dependency (#180)
1 parent 21f8fee commit f47688d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.github/workflows/node.js.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
matrix:
1818
node-version: [lts/-2, lts/-1]
19-
cypress-version: [10, 11, 12, 13]
19+
cypress-version: [10, 11, 12, 13, 14]
2020

2121
steps:
2222
- uses: actions/checkout@v3

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"dependencies": {},
3131
"peerDependencies": {
3232
"axe-core": "^3 || ^4",
33-
"cypress": "^10 || ^11 || ^12 || ^13"
33+
"cypress": "^10 || ^11 || ^12 || ^13 || ^14"
3434
},
3535
"devDependencies": {
3636
"@types/node": "^14.14.8",

0 commit comments

Comments
 (0)
Please sign in to comment.