We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d77c9df commit e6ac135Copy full SHA for e6ac135
.github/workflows/validate.yml
@@ -21,7 +21,7 @@ jobs:
21
if: ${{ !contains(github.head_ref, 'all-contributors') }}
22
strategy:
23
matrix:
24
- node: [18, 20]
+ node: [20, 22, 24]
25
runs-on: ubuntu-latest
26
steps:
27
- name: ⬇️ Checkout repo
package.json
@@ -44,13 +44,13 @@
44
"@testing-library/dom": "^10.1.0"
45
},
46
"devDependencies": {
47
- "cypress": "^14.0.0",
+ "cypress": "^15.0.0",
48
"kcd-scripts": "^11.2.0",
49
"npm-run-all": "^4.1.5",
50
"typescript": "^4.3.5"
51
52
"peerDependencies": {
53
- "cypress": "^12.0.0 || ^13.0.0 || ^14.0.0"
+ "cypress": "^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0"
54
55
"eslintConfig": {
56
"extends": "./node_modules/kcd-scripts/eslint.js",
0 commit comments