From 81eb5a95587c5aac33660031a46e9fde0444cf28 Mon Sep 17 00:00:00 2001 From: Matthew B White Date: Fri, 20 Dec 2019 09:48:20 +0000 Subject: [PATCH] [FABCN-365] Update rush node.js version (#54) - Node.js less than 13 - add gitattributes so that the json file is highlighted correctly in github Signed-off-by: Matthew B White Change-Id: Iee0cc11a07a1013a730f03804bb310108260a348 --- .gitattributes | 1 + rush.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..b6931b02 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.json linguist-language=JSON-with-Comments \ No newline at end of file diff --git a/rush.json b/rush.json index 09dda8da..463fd4fd 100644 --- a/rush.json +++ b/rush.json @@ -62,7 +62,7 @@ * Specify a SemVer range to ensure developers use a Node.js version that is appropriate * for your repo. */ - "nodeSupportedVersionRange": ">=10.13.0 <12.14.0", + "nodeSupportedVersionRange": ">=10.13.0 <13.0.0", /** * Odd-numbered major versions of Node.js are experimental. Even-numbered releases * spend six months in a stabilization period before the first Long Term Support (LTS) version.