[ ] ๐ Documentation (updates to the documentation, readme, or JSdoc annotations)
[x] ๐ Bug fix (a non-breaking change that fixes an issue)
[ ] ๐ Enhancement (improving an existing functionality like performance)
[ ] โจ New feature (a non-breaking change that adds functionality)
[ ] ๐งน Chore (updates to the build process or auxiliary tools and libraries)
[ ] โ ๏ธ Breaking change (fix or feature that would cause existing functionality to change)
๐ Description
This change ensures that only supported node versions will be used as the default runtime value for the vercel preset. If a non-LTS version of node is used, it will use the previous LTS. If the version is outside the range supported by vercel, it will be clamped to the min/max of the supported range.
The runtime value can still be manually overridden as needed.
๐ Linked issue
2819
โ Type of change
๐ Description
This change ensures that only supported node versions will be used as the default
runtime
value for the vercel preset. If a non-LTS version of node is used, it will use the previous LTS. If the version is outside the range supported by vercel, it will be clamped to the min/max of the supported range.The
runtime
value can still be manually overridden as needed.๐ Checklist