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