You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 14, 2019. It is now read-only.
Specifying an acceptable version of Node to use across a bunch of different apps running a bunch of different platfroms (Heroku, glitch, nodenv, nvm, etc) has been a pretty big hassle.
Behavior I want: all Probot apps should default to using the latest LTS release. They can override it if they need to.
Here's all the places we currently specify a node version:
Each app generated from probot/template now has to keep engines up to date as it evolves. Updating Probot (e.g. with Greenkeeper) doesn't update engines
I don't think any of the development tools (nodenv, nvm, etc) respect engines
Is there a better strategy or method for specifying node versions? Is there a way that apps can delegate to Probot for the version?