AMS cloud manager build failed after updating node and npm versions
Hi,
We have updated node and npm versions in our AEM code repository from v8.9.4 & 5.6.0 to v18.18.0 & 10.1.0 along with other front-end plug ins.
After that develop Cloud Manager pipeline failed with below error(attached build log for reference) 15:43:14,013 [main] [INFO] Running 'npm install' in /build_root/build/companyname/aem-ui 15:43:14,394 [Thread-14] [ERROR] /build_root/build/companyname/aem-ui/target/node/node: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found (required by /build_root/build/companyname/aem-ui/target/node/node)
Does this require removal/uninstall of old node/npm and manually install new version for the build to be successful.
https://stackoverflow.com/questions/72921215/getting-glibc-2-28-not-found
We are on Adobe Managed Services, using Cloud Manager pipelines for deployment into Dev, Stage and Production environments.

