What is the recommended way to do the follwing:
- install a specific version of node in a ddev container
- so it persists (after ddev stop/start)
- and every user that downloads and builds the container gets the right node version?
The idea behind it is to "nail" the node version for compatibility (in our case, with older versions of Foundation for Sites framework)