From f296988f924dcd97af3858c4086886eb877e8b2e Mon Sep 17 00:00:00 2001 From: Justin Beckwith Date: Mon, 24 Sep 2018 08:51:09 -0700 Subject: [PATCH] docs: add supported versions of node.js to the readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 25419080fd6..0592ce2c845 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,8 @@ If you're working with [Google Cloud Platform][cloudplatform] APIs such as Datas ### Support and maintenance These client libraries are official supported by Google. However, these libraries are considered complete and are in maintenance mode. This means that we will address critical bugs and security issues but will not add any new features. For Google Cloud Platform APIs, we recommend using [google-cloud-node](https://github.com/GoogleCloudPlatform/google-cloud-node) which is under active development. +This library supports the maintenance LTS, active LTS, and current release of node.js. See the [node.js release schedule](https://github.com/nodejs/Release) for more information. + ## Getting started ### Installation