Brijesh619 commented on code in PR #733:
URL: https://github.com/apache/atlas/pull/733#discussion_r3842849107
##########
dashboard/package.json:
##########
@@ -3,6 +3,9 @@
"private": true,
"version": "0.0.0",
"type": "module",
+ "engines": {
+ "node": ">=20"
Review Comment:
I've removed the `engines` field from `package.json` to avoid any conflicts
with PR #732. The required Node version is already managed centrally via the
`<node-for-v1.version>` property in the root `pom.xml`, which is correctly
consumed by the `frontend-maven-plugin` during the build process.
--
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]