You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -54,7 +54,7 @@ If you find `testsprite` useful, a GitHub Star ⭐️ would be greatly appreciat
54
54
55
55
## Quickstart
56
56
57
-
Requires **Node.js ≥ 20**. (No global install? `npx @testsprite/testsprite-cli` works too.)
57
+
Requires **Node.js 20.19+**, **22.13+**, or **24+**. (No global install? `npx @testsprite/testsprite-cli` works too.)
58
58
59
59
```bash
60
60
npm install -g @testsprite/testsprite-cli
@@ -173,7 +173,7 @@ That's the point of all of this: you no longer need the biggest, most expensive
173
173
174
174
## Contributing
175
175
176
-
Contributions are welcome — the CLI is plain TypeScript/Node (≥ 20), tested with Vitest, built with `tsc`. Getting a dev loop running takes a minute:
176
+
Contributions are welcome — the CLI is plain TypeScript/Node (20.19+, 22.13+, or 24+), tested with Vitest, built with `tsc`. Getting a dev loop running takes a minute:
0 commit comments