This is an automated email from the ASF dual-hosted git repository. manuelbeck pushed a commit to branch pr-cli-installation-guide-add-cli-13-requirements in repository https://gitbox.apache.org/repos/asf/cordova-docs.git
commit 1cf5d4302d446dbd79954799bcfc7c9c78baa769 Author: Manuel Beck <[email protected]> AuthorDate: Sun Dec 7 23:36:48 2025 +0100 doc(cli): Update installation requirements for version 13.x - cordova-cli 13.x requirements were missing in the installation guide for the cli --- www/docs/en/dev/guide/cli/installation.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/www/docs/en/dev/guide/cli/installation.md b/www/docs/en/dev/guide/cli/installation.md index f3ff7a37f0..c4bbc5af4f 100644 --- a/www/docs/en/dev/guide/cli/installation.md +++ b/www/docs/en/dev/guide/cli/installation.md @@ -66,6 +66,9 @@ To install the `cordova` CLI tool, follow these steps: </tr> </thead> <tbody> + <tr> + <td>13.x</td> + <td>>=20.17.0</td> <tr> <td>12.x</td> <td>>=16.13.0</td> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
