Skip to content

Commit

Permalink
Update nvmrc
Browse files Browse the repository at this point in the history
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).
  • Loading branch information
Thien Do authored Jan 27, 2019
1 parent 9301aef commit 13b7326
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.9.2
8

0 comments on commit 13b7326

Please sign in to comment.