mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
We haven't always updated this minimum version when we've changed the Node.js version bundled with Meteor, which is fine because most deployment strategies (including Galaxy) use the right version of Node.js automatically. With Meteor 1.9 and Node.js 12.14.0, however, it seems important that we make absolutely sure new Meteor apps are not getting run in production with an end-of-life'd version of Node.js (v8).