Skip to content

Commit

Permalink
chore: update vite requirements in docs and readnme
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va committed Nov 9, 2023
1 parent 4bd21a5 commit e40b952
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Next generation testing framework powered by Vite.
- Out-of-box TypeScript / JSX support
- Filtering, timeouts, concurrent for suite and tests

> Vitest requires Vite >=v3.0.0 and Node >=v14.18
> Vitest requires Vite >=v5.0.0 and Node >=v18.00

```ts
Expand Down
2 changes: 1 addition & 1 deletion docs/guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ You can try Vitest online on [StackBlitz](https://vitest.new). It runs Vitest di
:::

:::tip
Vitest requires Vite >=v3.0.0 and Node >=v14.18
Vitest requires Vite >=v5.0.0 and Node >=v18.00
:::

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).
Expand Down

0 comments on commit e40b952

Please sign in to comment.