From 9e0de4af67842e45a53ea6c022494a3beac2a3bb Mon Sep 17 00:00:00 2001 From: Errietta Erry Kostala Date: Fri, 22 Jul 2022 14:55:53 +0100 Subject: [PATCH] Add .nvmrc (#152883) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Since the contribution guidelines advise on a specific version of node, it adding .nvmrc for those that use nvm will automatically let them use the correct version of node if they do nvm use just a small QOL thing for devs. Co-authored-by: João Moreno --- .nvmrc | 1 + 1 file changed, 1 insertion(+) create mode 100644 .nvmrc diff --git a/.nvmrc b/.nvmrc new file mode 100644 index 00000000000..0cf077e6b4c --- /dev/null +++ b/.nvmrc @@ -0,0 +1 @@ +16.14