From 83777b836fccf87c652388765051f7333218b408 Mon Sep 17 00:00:00 2001 From: Ahmet Cetin Date: Thu, 20 Dec 2018 19:27:51 +0100 Subject: [PATCH] bump node version --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6e0f40a..beeec25 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ $ npm install --save loopback-context cls-hooked ``` Make sure you are running on a Node.js version supported by this module -(`^4.5`, `^5.10`, `^6.0`, `^7.0` or `^8.2.1`). When installing, check the output of `npm install` +(`^4.5`, `^5.10`, `^6.0`, `^7.0`, `^8.2.1` or `^10.14`). When installing, check the output of `npm install` and make sure there are no `engine` related warnings. ## Usage @@ -244,4 +244,4 @@ This module adopts the [Module Long Term Support (LTS)](http://github.com/CloudN | 3.x | Active LTS | Jan 2017 | Dec 2019 | | 1.x | Maintenance LTS | Aug 2016 | Apr 2019 | -Learn more about our LTS plan in the [docs](https://loopback.io/doc/en/contrib/Long-term-support.html). \ No newline at end of file +Learn more about our LTS plan in the [docs](https://loopback.io/doc/en/contrib/Long-term-support.html).