From 2007fe6b9c9d553edb55e950363ca413cb8be3ed Mon Sep 17 00:00:00 2001 From: Julius Rakow Date: Fri, 13 Jul 2018 17:41:54 +0200 Subject: [PATCH] guide: bump required nodejs version to 10 (#467) --- guide/src/contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/src/contributing.md b/guide/src/contributing.md index dbf4f6f5..62d2f222 100644 --- a/guide/src/contributing.md +++ b/guide/src/contributing.md @@ -14,7 +14,7 @@ development. [install Rust]: https://www.rust-lang.org/en-US/install.html -2. The tests for this project use Node. Make sure you have node >= 8 installed, +2. The tests for this project use Node. Make sure you have node >= 10 installed, as that is when WebAssembly support was introduced. [Install Node]. [Install Node]: https://nodejs.org/en/