Skip to content

Commit

Permalink
feat: add Cypress 14 as a peer dependency (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
AtofStryker authored Jan 30, 2025
1 parent 21f8fee commit f47688d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
node-version: [lts/-2, lts/-1]
cypress-version: [10, 11, 12, 13]
cypress-version: [10, 11, 12, 13, 14]

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"dependencies": {},
"peerDependencies": {
"axe-core": "^3 || ^4",
"cypress": "^10 || ^11 || ^12 || ^13"
"cypress": "^10 || ^11 || ^12 || ^13 || ^14"
},
"devDependencies": {
"@types/node": "^14.14.8",
Expand Down

0 comments on commit f47688d

Please sign in to comment.