Skip to content

Commit

Permalink
docs: fix support node typo (#5451)
Browse files Browse the repository at this point in the history
  • Loading branch information
btea committed Mar 31, 2024
1 parent d7c6ceb commit cf20fb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/index.md
Expand Up @@ -34,7 +34,7 @@ bun add -D vitest
:::

:::tip
Vitest 1.0 requires Vite >=v5.0.0 and Node >=v18.00
Vitest 1.0 requires Vite >=v5.0.0 and Node >=v18.0.0
:::

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 cf20fb8

Please sign in to comment.