Closed mnaamani closed 1 year ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
@zeeshanakram3 Applied your feedback, I also update Readme to document the fact that old version of linux will not support node v18, so I include a workaround.
Looks good, I think we should use the same nodes engine requirement (>=14.18.0
) in all package.json files in monorepo.
Updated all volta sections in repo package.json files to use node 18, as well is in github workflows and docker images. I did not change the min version in engine sections to prevent breaking any deployments where volta is not used or forcing users to upgrade. But as long as volta is used, it will trigger it to update and use new version.