Logo

Command Palette

Search for a command to run...

Setting Node version for Rails apps

Choosing which version of Node is installed with your Rack.. applications

Controlling the Node version for your Rails application

We automatically install the latest release of Node version when we set up your Rack/Rails application servers. You can control which version is installed by editing the manifest file for the Rails application.

rails:
  configuration:
    node_version: "18"       # will install latest v18.x.x
    node_version: "18.1"    # will install latest v18.1.x