Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/tutorials/deploy-applications.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ You will:
- Terraform v1.2+ (or [OpenTofu](https://opentofu.org/))
- CDKTN v0.15+
- Docker Desktop (or equivalent) installed and running
- Node.js (v18+) and npm (v8.19+)
- Node.js (v22.19+) and npm (v10+)
- `kubectl`
- `kind`

Expand Down
4 changes: 2 additions & 2 deletions content/tutorials/install.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ Follow this tutorial to install the CDKTN CLI and run the quick start project th
## Prerequisites

- Terraform CLI 1.2+ (or [OpenTofu](https://opentofu.org/))
- Node.js 16+ and npm 16+
- Node.js 22.19+ and npm 10+
- Docker Desktop or another Docker runtime
- Your preferred CDKTN language toolchain (TypeScript v4.4 + Node.js 16.13, Python 3.10 + Pipenv, Go 1.20+, .NET 6+, or Java 17 with Maven)
- Your preferred CDKTN language toolchain (TypeScript v4.4 + Node.js 22.19+, Python 3.10 + Pipenv, Go 1.20+, .NET 6+, or Java 17 with Maven)

## Install CDKTN

Expand Down
Loading