filestash
filestash copied to clipboard
specify Node and Go versions in CONTRIBUTING.md
npm install
errors out when using Node v16.14.0 for me, but works when I changed to the version to v13.14.0.
I know you can see which Node/Go versions are used from the Dockerfile, but it would still be convenient if the contribution doc specified using you were using Node v13.14.0 (node:13-alpine) and Go v1.19.8 (go:19-buster).
I also noticed that the Dockerfile and go.mod are using different versions of Go (1.19 vs 1.20). Prob not a big deal but may want to make these consistent.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.