@@ -163,21 +163,21 @@ also contains samples.
163
163
Our client libraries follow the [ Node.js release schedule] ( https://nodejs.org/en/about/releases/ ) .
164
164
Libraries are compatible with all current _ active_ and _ maintenance_ versions of
165
165
Node.js.
166
+ If you are using an end-of-life version of Node.js, we recommend that you update
167
+ as soon as possible to an actively supported LTS version.
166
168
167
- Client libraries targeting some end-of-life versions of Node.js are available, and
168
- can be installed via npm [ dist-tags] ( https://docs.npmjs.com/cli/dist-tag ) .
169
- The dist-tags follow the naming convention ` legacy-(version) ` .
170
-
171
- _ Legacy Node.js versions are supported as a best effort:_
169
+ Google's client libraries support legacy versions of Node.js runtimes on a
170
+ best-efforts basis with the following warnings:
172
171
173
- * Legacy versions will not be tested in continuous integration.
174
- * Some security patches may not be able to be backported.
175
- * Dependencies will not be kept up-to-date, and features will not be backported .
172
+ * Legacy versions are not tested in continuous integration.
173
+ * Some security patches and features cannot be backported.
174
+ * Dependencies cannot be kept up-to-date.
176
175
177
- #### Legacy tags available
178
-
179
- * ` legacy-8 ` : install client libraries from this dist-tag for versions
180
- compatible with Node.js 8.
176
+ Client libraries targeting some end-of-life versions of Node.js are available, and
177
+ can be installed through npm [ dist-tags] ( https://docs.npmjs.com/cli/dist-tag ) .
178
+ The dist-tags follow the naming convention ` legacy-(version) ` .
179
+ For example, ` npm install @google-cloud/dialogflow-cx@legacy-8 ` installs client libraries
180
+ for versions compatible with Node.js 8.
181
181
182
182
## Versioning
183
183
0 commit comments