Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Don't install a system version of Node
`nvm --lts` appears to be installing Node v18. Node 18 has switched the version of `glibc`, and the version it wants does not seem to be present on the AMI. Given Node 18 enters a formal LTS in Oct 2022, and builds should be individually managing their node version, this change removes any system wide install of node. See: nodejs/node#42659
- Loading branch information