Closed wwkeyboard closed 2 years ago
@bhelx happy to review/shepherd this PR to main
, but wanted to check with you about the .tool-versions
and whether there are specific versions we should be matching to the deploy environment.
I will check
NPM is not used in production. I couldn't tell you the minimum version.
For go, we're using the golang buildpack: https://github.com/paketo-buildpacks/go
I believe it pulls the latest version. I'm also not sure what the minimum version would be.
These versions look good though
Adds a .tool-versions with the latest nodejs and golang versions as well as calls
npm install
in the makefile.