Skip to content
← Back to Changelog

Friday, January 22nd 2021

Node.js Version now customizable in the Project Settings

Posted by

Avatar for styfle

Steven Salat

Software Engineer

For easy customization and in preparation for Node.js 14 LTS landing in the future, the General page in the Project Settings now contains a section for defining the Node.js version used in the Build Step and Serverless Functions.

Previously, defining an engines property in the package.json file was required to customize the Node.js version. However, this property will take precedence over the Project Setting.

Check out the documentation as well.

Post