docs(tutorials): bump Node.js prerequisite to 22.19+#28
Open
so0k wants to merge 1 commit into
Open
Conversation
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.
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
Collaborator
Author
|
should include also upgrade guide and more when release PR is merged |
8 tasks
4 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Bumps the Node.js prerequisite in the quick-start install tutorial and the deploy-applications tutorial from Node 16+/18+ to 22.19+, ahead of cdk-terrain#306 (
chore(cli)!: replace node-fetch with undici), which raises thecdktn-cli/@cdktn/cli-coreenginesfloor to Node>=22.19.0(undici 8's requirement).This is the release this repo's own
upgrade-guide-v0-23.mdxalready flagged as coming: "Node.js 20.x is end-of-life. Node.js 22.x will become the minimum supported version in an upcoming release."Changes
content/tutorials/install.mdx— Prerequisites:Node.js 16+ and npm 16+→Node.js 22.19+ and npm 10+; TypeScript toolchain lineNode.js 16.13→Node.js 22.19+.content/tutorials/deploy-applications.mdx— Prerequisites:Node.js (v18+) and npm (v8.19+)→Node.js (v22.19+) and npm (v10+).Linked to
Left out of scope (tracked separately, not needed for #306): a full
upgrade-guide-v0-24.mdxentry, since that depends on the actual nextcdktn/cdktn-cliversion tag once #306 ships in a release.