From bae3ddd196bceb2f006e99f6e38fbc603b092859 Mon Sep 17 00:00:00 2001 From: magdapoppins Date: Mon, 14 Nov 2022 08:17:28 +0200 Subject: [PATCH 1/2] Add a .nvmrc file to support using the intended Node.js version As per https://cml.dev/doc/contributing/core, Node 16.x is the correct version to use for this repo - adding an .nvmrc file allows contributors to simply call 'nvm use' to autoselect the projects intended Node version before 'npm install' --- .nvmrc | 1 + 1 file changed, 1 insertion(+) create mode 100644 .nvmrc diff --git a/.nvmrc b/.nvmrc new file mode 100644 index 000000000..19c7bdba7 --- /dev/null +++ b/.nvmrc @@ -0,0 +1 @@ +16 \ No newline at end of file From 4665fab735d2295b45039cac89034c3735269260 Mon Sep 17 00:00:00 2001 From: Daniel Barnes Date: Tue, 15 Nov 2022 11:55:33 -0800 Subject: [PATCH 2/2] Update .nvmrc --- .nvmrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.nvmrc b/.nvmrc index 19c7bdba7..b6a7d89c6 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -16 \ No newline at end of file +16