How do I specify the node version to run?

I couldn’t find any way to specify the node version in the fly.toml file.

Thanks.

Ref:

1 Like

If not using buildpacks, It looks flyctl launch picks up the version from the output of node -v (ie, the node version running on the system where flyctl launch was also ran)…