Skip to content

Commit ff3612c

Browse files
Bump minimum node.js version recommendation (vuejs#243)
* Bump minimum node.js version recommendation * 8 is also at EOL
1 parent ea65dc4 commit ff3612c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ We will be using NPM throughout the guide, but feel free to use [Yarn](https://y
1010

1111
#### Notes
1212

13-
- It's recommended to use Node.js version 6+.
13+
- It's recommended to use Node.js version 10+.
1414
- `vue-server-renderer` and `vue` must have matching versions.
1515
- `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.
1616

0 commit comments

Comments
 (0)