From 07a2544da24ba33d194ab8eb180d26b2a1d5e961 Mon Sep 17 00:00:00 2001 From: ryanml Date: Mon, 18 Jul 2022 17:24:23 -0700 Subject: [PATCH] Update Node.js version in README (#15281) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 78aa52afd..1174ddced 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ To learn how to contribute to the MetaMask project itself, visit our [Internal D ## Building locally -- Install [Node.js](https://nodejs.org) version 14 +- Install [Node.js](https://nodejs.org) version 16 - If you are using [nvm](https://github.com/creationix/nvm#installation) (recommended) running `nvm use` will automatically choose the right node version for you. - Install [Yarn](https://yarnpkg.com/en/docs/install) - Install dependencies: `yarn setup` (not the usual install command)