diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 87bf914..be8ddfe 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: node-version: [lts/*, lts/-1] - cypress-version: [10, 11, 12, 13, 14, 15] + cypress-version: [10, 11, 12, 13, 14, 15, 16] steps: - uses: actions/checkout@v3 diff --git a/package.json b/package.json index 5934ba4..3236ef4 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ }, "peerDependencies": { "axe-core": "^3 || ^4", - "cypress": "^10 || ^11 || ^12 || ^13 || ^14 || ^15" + "cypress": "^10 || ^11 || ^12 || ^13 || ^14 || ^15 || ^16" }, "devDependencies": { "@types/node": "^22.13.14",