From 1ca0d8eec0dd683148b0917f991f063fe4b98a01 Mon Sep 17 00:00:00 2001 From: vincent de smet Date: Thu, 9 Jul 2026 11:36:15 +0700 Subject: [PATCH] docs(tutorials): bump Node.js prerequisite to 22.19+ cdk-terrain#306 (undici migration) raises the cdktn-cli / @cdktn/cli-core engines floor to Node >=22.19.0, fulfilling the "upcoming breaking change" flagged in upgrade-guide-v0-23. Update the quick-start and deploy-applications tutorial prerequisites ahead of that release. --- content/tutorials/deploy-applications.mdx | 2 +- content/tutorials/install.mdx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/content/tutorials/deploy-applications.mdx b/content/tutorials/deploy-applications.mdx index ae02b65..b57548b 100644 --- a/content/tutorials/deploy-applications.mdx +++ b/content/tutorials/deploy-applications.mdx @@ -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` diff --git a/content/tutorials/install.mdx b/content/tutorials/install.mdx index a739a2b..1939112 100644 --- a/content/tutorials/install.mdx +++ b/content/tutorials/install.mdx @@ -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