Skip to content

Commit 9a56a78

Browse files
authored
docs: update Node.js version in README (#34485)
### Reason for this change The README references Node.js 14; however, Node.js 14 is end-of-life, and CDK is ending support for it (#33623). ### Description of changes 1. Update Node.js version in the README to reference the current minimum LTS version (>= 20x). 2. Update the Node.js download link to the official guidance. I previously updated the Contributing Guide in #34464. I just noticed the README also points to outdated version, so updating as well.
1 parent 91bec88 commit 9a56a78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ infrastructure definition and share it without worrying about boilerplate logic.
2020

2121
The CDK is available in the following languages:
2222

23-
* JavaScript, TypeScript ([Node.js ≥ 14.15.0](https://nodejs.org/download/release/latest-v14.x/))
23+
* JavaScript, TypeScript ([Node.js >= 20.x](https://nodejs.org/en/download))
2424
* We recommend using a version in [Active LTS](https://nodejs.org/en/about/previous-releases)
2525
* Python ([Python ≥ 3.8](https://www.python.org/downloads/))
2626
* Java ([Java ≥ 8](https://www.oracle.com/technetwork/java/javase/downloads/index.html) and [Maven ≥ 3.5.4](https://maven.apache.org/download.cgi))

0 commit comments

Comments
 (0)