File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed
packages/google-cloud-asset Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -107,6 +107,27 @@ has instructions for running the samples.
107107The [Cloud Asset Inventory Node.js Client API Reference][client-docs] documentation
108108also contains samples.
109109
110+ ## Supported Node.js Versions
111+
112+ Our client libraries follow the [Node.js release schedule](https://nodejs.org/en/about/releases/).
113+ Libraries are compatible with all current _active_ and _maintenance_ versions of
114+ Node.js.
115+
116+ Client libraries targetting some end-of-life versions of Node.js are available, and
117+ can be installed via npm [dist-tags](https://docs.npmjs.com/cli/dist-tag).
118+ The dist-tags follow the naming convention ` legacy- (version)` .
119+
120+ _Legacy Node.js versions are supported as a best effort:_
121+
122+ * Legacy versions will not be tested in continuous integration.
123+ * Some security patches may not be able to be backported.
124+ * Dependencies will not be kept up-to-date, and features will not be backported.
125+
126+ #### Legacy tags available
127+
128+ * ` legacy- 8 ` : install client libraries from this dist-tag for versions
129+ compatible with Node.js 8.
130+
110131## Versioning
111132
112133This library follows [Semantic Versioning](http://semver.org/).
You can’t perform that action at this time.
0 commit comments