NODE_VERSION was added to potassium using LTS 10.19.0
Changes to generated projects:
.node-version file is added to root.
package.json has engines["node"] attribute for yarn and heroku buildpacks.
This is generated regardless of the value ofget(:front-end) by adding the version directly to assets/package.json and otherwise adding it programmatically using the JSON module.
NODE_VERSION
was added to potassium using LTS10.19.0
Changes to generated projects:
.node-version
file is added to root.package.json
hasengines["node"]
attribute for yarn and heroku buildpacks.get(:front-end)
by adding the version directly toassets/package.json
and otherwise adding it programmatically using theJSON
module.Change to Potassium gem:
.node-version
file is added to root.Resulting package.json: