Skip to content

Commit

Permalink
[FABCN-365] Update rush node.js version (#54)
Browse files Browse the repository at this point in the history
- Node.js less than 13
- add gitattributes so that the json file is highlighted correctly
  in github

Signed-off-by: Matthew B White <whitemat@uk.ibm.com>
Change-Id: Iee0cc11a07a1013a730f03804bb310108260a348
  • Loading branch information
mbwhite authored and awjh-ibm committed Dec 20, 2019
1 parent 084c595 commit 81eb5a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.json linguist-language=JSON-with-Comments
2 changes: 1 addition & 1 deletion rush.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 81eb5a9

Please sign in to comment.