Update nvmrc

As noted in [the wiki](https://github.com/Microsoft/vscode/wiki/How-to-Contribute#prerequisites) node's version should be larger than 8.12 so 8.9.2 will not work.

In fact, I think we only need to define the target version as `8` so we can have the latest version that satisfies the requirement (`>= 8.12.0, < 9.0.0`). At the time of writing it is `8.15` which works perfectly fine (install + watch + run).
This commit is contained in:
Thien Do 2019-01-28 00:57:32 +07:00 committed by GitHub
parent 9301aefe0f
commit 13b73269d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
.nvmrc
View file

@ -1 +1 @@
8.9.2
8