Skip to content

Commit

Permalink
feat: support Cypress 13 (#166)
Browse files Browse the repository at this point in the history
closes #165
  • Loading branch information
MehmetYararVX authored Sep 1, 2023
1 parent 682ba11 commit 73bbfc0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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]
cypress-version: [10, 11, 12, 13]

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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"
"cypress": "^10 || ^11 || ^12 || ^13"
},
"devDependencies": {
"@types/node": "^14.14.8",
Expand Down

0 comments on commit 73bbfc0

Please sign in to comment.