From 3684d49a4ca40c1f811dd84adc48c7ce7696ed1f Mon Sep 17 00:00:00 2001 From: "Christopher C. Wells" Date: Wed, 16 Jun 2021 06:24:29 -0700 Subject: [PATCH] Specifying Node version for development --- .nvmrc | 1 + CONTRIBUTING.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 .nvmrc diff --git a/.nvmrc b/.nvmrc new file mode 100644 index 00000000..da2d3988 --- /dev/null +++ b/.nvmrc @@ -0,0 +1 @@ +14 \ No newline at end of file diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index cb5159de..5d9c9677 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -97,7 +97,7 @@ documentation section: [Translation](https://docs.djangoproject.com/en/3.0/topic ### Requirements - Python 3.6+, pip, pipenv -- NodeJS 10.x+ and NPM 6.x+ +- NodeJS 14.x and NPM 7.x - Gulp ### Installation