Currently, on Heroku, we're deploying with node 19 because `package.json` says ``` "engines": { "node": ">=10.13.0 <20" }, ``` which resolves to the latest node 19 version. We want to change this to an even version.
Currently, on Heroku, we're deploying with node 19 because
package.jsonsayswhich resolves to the latest node 19 version.
We want to change this to an even version.