Our node version keeps increasing due to how we have our engines configured in package.json. We don't want this - so this commit locks down node, npm, and yarn
Checklist
[x] My code follows the style guidelines of this project & the tests are passing
[x] I have performed a self-review of my own code
[x] I have requested a review from another developer(s)
Type of PR
Description
Our node version keeps increasing due to how we have our engines configured in package.json. We don't want this - so this commit locks down node, npm, and yarn
Checklist