From cf20fb87edd6d51363da360ec30c63dc54428f0d Mon Sep 17 00:00:00 2001 From: btea <2356281422@qq.com> Date: Sun, 31 Mar 2024 16:21:26 +0800 Subject: [PATCH] docs: fix support node typo (#5451) --- docs/guide/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/index.md b/docs/guide/index.md index c3c3ee1df..119d4400e 100644 --- a/docs/guide/index.md +++ b/docs/guide/index.md @@ -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). -- 2.51.2