Skip to content

Commit

Permalink
docs(readme): add Node.js version information (#4533)
Browse files Browse the repository at this point in the history
* docs(readme): add Node.js version information

* docs(readme): spacing
  • Loading branch information
kuhe authored Mar 16, 2023
1 parent 3ce1f16 commit bef86a1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ visit our [code samples repo](https://github.com/aws-samples/aws-sdk-js-tests).
1. [Install from Source](#install-from-source)
1. [Giving feedback and contributing](#giving-feedback-and-contributing)
1. [Release Cadence](#release-cadence)
1. [Node.js versions](#nodejs-versions)
1. [Stability of Modular Packages](#stability-of-modular-packages)
1. [Known Issues](#known-issues)
1. [Functionality requiring AWS Common Runtime (CRT)](#functionality-requiring-aws-common-runtime-crt)
Expand Down Expand Up @@ -514,6 +515,14 @@ For a full middleware stack deep dive please check out our [blog post](https://a
Our releases usually happen once per weekday. Each release increments the
minor version, e.g. 3.200.0 -> 3.201.0.

## <a id="nodejs-versions"></a> Node.js versions

v3.201.0 and higher requires Node.js >= 14.

v3.46.0 to v3.200.0 requires Node.js >= 12.

Earlier versions require Node.js >= 10.

## Stability of Modular Packages

| Package name | containing folder | API controlled by | stability |
Expand Down

0 comments on commit bef86a1

Please sign in to comment.