Skip to content

Commit 1c3f103

Browse files
authored
docs: update recommended node version (#1053)
1 parent 9b2628a commit 1c3f103

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/ssr/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ yarn add @vue/server-renderer
1414

1515
#### Notes
1616

17-
- It's recommended to use Node.js version 10+.
17+
- It's recommended to use Node.js version 12+.
1818
- `@vue/server-renderer` and `vue` must have matching versions.
1919
- `@vue/server-renderer` relies on some Node.js native modules and therefore can only be used in Node.js. We may provide a simpler build that can be run in other JavaScript runtimes in the future.
2020

0 commit comments

Comments
 (0)