This repository was archived by the owner on Jan 14, 2020. It is now read-only.
This repository was archived by the owner on Jan 14, 2020. It is now read-only.
Specify node versions in package.json for origin-js and origin-dapp #331
Open
Description
In debugging this release, @jordajm and I noticed that we are specifying a node version in origin-js (here) but not origin-dapp.
- We should be specifying a node version to remove surprises on heroku (and elsewhere) when default versions are changed.
- We should have some discussion around which version to use. @jordajm recommends using LTS, currently 8.11, but will changing to 10.x in October.
@micahalcorn @nick , thoughts?