@@ -120,21 +120,21 @@ also contains samples.
120
120
Our client libraries follow the [Node.js release schedule](https://nodejs.org/en/about/releases/).
121
121
Libraries are compatible with all current _active_ and _maintenance_ versions of
122
122
Node.js.
123
+ If you are using an end-of-life version of Node.js, we recommend that you update
124
+ as soon as possible to an actively supported LTS version.
123
125
124
- Client libraries targeting some end-of-life versions of Node.js are available, and
125
- can be installed via npm [dist-tags](https://docs.npmjs.com/cli/dist-tag).
126
- The dist-tags follow the naming convention ` legacy- (version)` .
127
-
128
- _Legacy Node.js versions are supported as a best effort:_
126
+ Google's client libraries support legacy versions of Node.js runtimes on a
127
+ best-efforts basis with the following warnings:
129
128
130
- * Legacy versions will not be tested in continuous integration.
131
- * Some security patches may not be able to be backported.
132
- * Dependencies will not be kept up-to-date, and features will not be backported .
129
+ * Legacy versions are not tested in continuous integration.
130
+ * Some security patches and features cannot be backported.
131
+ * Dependencies cannot be kept up-to-date.
133
132
134
- #### Legacy tags available
135
-
136
- * ` legacy- 8 ` : install client libraries from this dist-tag for versions
137
- compatible with Node.js 8.
133
+ Client libraries targeting some end-of-life versions of Node.js are available, and
134
+ can be installed through npm [dist-tags](https://docs.npmjs.com/cli/dist-tag).
135
+ The dist-tags follow the naming convention ` legacy- (version)` .
136
+ For example, ` npm install @google- cloud/ asset@legacy- 8 ` installs client libraries
137
+ for versions compatible with Node.js 8.
138
138
139
139
## Versioning
140
140
0 commit comments