Copilot commented on code in PR #1491:
URL: https://github.com/apache/camel-website/pull/1491#discussion_r2715315397
##########
README.md:
##########
@@ -75,7 +75,7 @@ An easy step to step guide to install nvm and install node
v18 on your local sys
$ nvm install 20
-Note - If you have different Node version other than Node LTS version 14 you
can use following command to make
+Note - If you have different Node version other than Node LTS version 20 you
can use following command to make
Review Comment:
This change introduces an inconsistency with the project requirements. Line
11 states the requirement is "Node.js version 18+" and line 59 states "Node LTS
version 18+". The updated text "Node LTS version 20" implies that version 20 is
required, which conflicts with the 18+ minimum requirement. Consider changing
this to "Node LTS version 18 or higher" or "Node LTS version 18+" to maintain
consistency with the actual project requirements.
##########
README.md:
##########
@@ -89,7 +89,7 @@ An easy step to step guide to install nvm and install node
v20 on your local sys
> choco install nvm
> nvm install 20
-Note - If you have different Node version other than Node LTS version 14 you
can use following command to make
+Note - If you have different Node version other than Node LTS version 20 you
can use following command to make
Review Comment:
This change introduces an inconsistency with the project requirements. Line
11 states the requirement is "Node.js version 18+" and line 59 states "Node LTS
version 18+". The updated text "Node LTS version 20" implies that version 20 is
required, which conflicts with the 18+ minimum requirement. Consider changing
this to "Node LTS version 18 or higher" or "Node LTS version 18+" to maintain
consistency with the actual project requirements.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]