Header

How do I install a custom version of NodeJS

If your project requires a specific version of Node that isn't available as a selectable language version from the dropdown, you can add the following command to the beginning of your build command, replacing the version of Node as appropriate:

curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
source $HOME/.nvm/nvm.sh
nvm install 21.6.1

Proudly powered by Katapult. Running on 100% renewable energy.