-
Type: Build Failure
-
Resolution: Fixed
-
Priority: Unknown
-
Affects Version/s: None
-
Component/s: None
Backport NODE-5602 to v4.x.
Parent Ticket Description:
Our install-dependencies.sh script always installs npm@latest, which as of September 1 2023 is version 10. This dropped support for Node 14 and 16, which causes all npm installs on Node 16 in our CI to fail.
AC:
- Update install-dependencies.sh to install npm@latest on Node 18 and higher and npm@9 on anything lower.
- backports
-
NODE-5602 Fix Node 16 Builds on NPM 10
- Closed