With https://github.com/adobe/aem-project-archetype/issues/986 we saw that using npm install during the frontend module builds can lead to transitive dependencies bringing in incompatible versions. To protect from that we should switch to npm ci. We should also bump Node/NPM versions to 16 (which is the current LTS and maximum supported version on Cloud Manager.
With https://github.com/adobe/aem-project-archetype/issues/986 we saw that using
npm install
during the frontend module builds can lead to transitive dependencies bringing in incompatible versions. To protect from that we should switch tonpm ci
. We should also bump Node/NPM versions to 16 (which is the current LTS and maximum supported version on Cloud Manager.