From 5bc079fb3fad7537c08f202d244a506fa4bff8a0 Mon Sep 17 00:00:00 2001 From: chin Date: Thu, 27 Jan 2022 13:39:29 +0800 Subject: [PATCH] chore(nvmrc): adds nvmrc to pin node version we use a LTS version to guarantee support; 14 is used over 16 because that's the one i've installed. node-sass breaks when node is version 17. this step is also needed for CI to ensure a consistent environment --- .nvmrc | 1 + 1 file changed, 1 insertion(+) create mode 100644 .nvmrc diff --git a/.nvmrc b/.nvmrc new file mode 100644 index 000000000..da2d3988d --- /dev/null +++ b/.nvmrc @@ -0,0 +1 @@ +14 \ No newline at end of file