Skip to content

Commit e40b952

Browse files
committed
chore: update vite requirements in docs and readnme
1 parent 4bd21a5 commit e40b952

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Next generation testing framework powered by Vite.
4646
- Out-of-box TypeScript / JSX support
4747
- Filtering, timeouts, concurrent for suite and tests
4848

49-
> Vitest requires Vite >=v3.0.0 and Node >=v14.18
49+
> Vitest requires Vite >=v5.0.0 and Node >=v18.00
5050
5151

5252
```ts

docs/guide/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ You can try Vitest online on [StackBlitz](https://vitest.new). It runs Vitest di
3434
:::
3535

3636
:::tip
37-
Vitest requires Vite >=v3.0.0 and Node >=v14.18
37+
Vitest requires Vite >=v5.0.0 and Node >=v18.00
3838
:::
3939

4040
It is recommended that you install a copy of `vitest` in your `package.json`, using one of the methods listed above. However, if you would prefer to run `vitest` directly, you can use `npx vitest` (the `npx` command comes with npm and Node.js).

0 commit comments

Comments
 (0)