Skip to content

Commit 73bbfc0

Browse files
feat: support Cypress 13 (#166)
closes #165
1 parent 682ba11 commit 73bbfc0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
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]
19+
cypress-version: [10, 11, 12, 13]
2020

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

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
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"
33+
"cypress": "^10 || ^11 || ^12 || ^13"
3434
},
3535
"devDependencies": {
3636
"@types/node": "^14.14.8",

0 commit comments

Comments
 (0)