From 9515dc28c1cadc917e5540105b4be120f3c10ded Mon Sep 17 00:00:00 2001 From: Peter Dave Hello Date: Mon, 9 May 2022 23:45:12 +0800 Subject: [PATCH] chore: update node version in .nvmrc & CONTRIBUTING.md (#599) Ref: #579, a5a066c69dc422e0abd3127f281c119a8ddfa241 --- .nvmrc | 2 +- CONTRIBUTING.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.nvmrc b/.nvmrc index 22ec1e64..e56b2006 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -8.10 +12.8.1 diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 264e4eee..a797407b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -143,7 +143,7 @@ preset. This helps keep our Markdown tidy and consistent. ### Node.js Version Requirements -Mercury is built against Node `>= v8.10`. Since this is the +Mercury is built against Node `>= v12.8.1`. Since this is the version we run in our CI environments, we recommend you use it when working on the Mercury codebase.