Node v14 Support
We recently added Node v14 support in Seed.
General Purpose v4
The new General Purpose v4 build image comes with Node.js v14.
You can select the build image by heading over to your service’s settings.
Customizing versions
Note that these build images come loaded with n. This allows you to select the specific version of Node.js you want. Add the following in your seed.yml
.
before_compile:
- n 14.17.0
You can install the version of npm you want in the same way. For example, if you wanted to use the latest version of npm, add the following.
before_compile:
- npm i -g npm@latest
So if you are currently using Node v14, give the above changes a try!
Do your Serverless deployments take too long? Incremental deploys in Seed can speed it up 100x!
Learn More