PDavid commented on code in PR #8521:
URL: https://github.com/apache/hbase/pull/8521#discussion_r3703900437
##########
hbase-website/package.json:
##########
@@ -3,12 +3,12 @@
"private": true,
"type": "module",
"engines": {
- "node": ">=22.12.0"
+ "node": ">=24.18.1"
Review Comment:
I think we should also update the Node.js version which is installed by
Maven https://github.com/apache/hbase/blob/master/hbase-website/pom.xml#L35 ,
otherwise we will get unsupported engine errors.
(Also super-minor but the module README has the Node v22 mentioned.)
--
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]