serverless-esbuild
serverless-esbuild copied to clipboard
Jump in version of Node.js required to run
Describe the bug
This plugin requires Node 16 after 1.32.9, but it wasn't a major or even minor version number increase. Seems risky to change the runtime environment with much of an indication in the change logs or release notes. Also prevents deploying to Node14 runtimes where you want to build your dependencies using the same version of Node.
To Reproduce
- Using Node 14.
- Run
sls package
.
Expected behavior
- It to compile.
Versions (please complete the following information):
- OS: Mac
- Serverless Framework Version: 3.23.0
- Plugin Version: v1.32.9
We got bitten by this too.
Node 14.x is kind of old now but we'd been holding back due to encountering other issues with serverless-offline. This kind of forces the issue but a heads-up would have been cool.