mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
guide: added more information
This commit is contained in:
@@ -1,12 +1,29 @@
|
||||
---
|
||||
title: Using Node v14.21.4
|
||||
description: How to use our node version within your Meteor app.
|
||||
title: Using Extended Support Maintenance Node.js v14.21.4
|
||||
description: How to use our Extended Support Maintenance Node.js version within your Meteor app.
|
||||
---
|
||||
|
||||
Meteor 2.13 comes with Node v14.21.4 security update. If you are using Meteor with Docker,
|
||||
you will need to update your Dockerfile to use our [new docker image](https://hub.docker.com/r/meteor/node)
|
||||
that contains Nodejs v14.21.4.
|
||||
|
||||
|
||||
Our plan with having a Extended Support Maintenance Node.js version is to provide a stable Node.js version for Meteor
|
||||
users that are not in Meteor v3.0 yet.
|
||||
This will give more time to migrate apps to the latests Meteor version.
|
||||
|
||||
Meteor Software will offer Meteor.js Node.js 14 ESM for 12 months beyond the official end-of-life date (April 2023 - April 2024)
|
||||
|
||||
These updates will have a focus on security and critical bug fixes,
|
||||
and will not include any new features or breaking changes,
|
||||
most changes will be a cherry-pick from Node.js v16.x and running all Node.js test suites.
|
||||
|
||||
In a more concise quote Meteor ESM Node.js 14 will include:
|
||||
|
||||
> Security updates: We will actively monitor and backport security fixes from newer versions of Node.js (such as Node.js 16 and 18) to ensure the ongoing safety and stability of your Meteor.js applications running on Node.js 14.
|
||||
> Critical bug fixes: We will address any critical issues that might arise, prioritizing stability and compatibility for your projects.
|
||||
|
||||
|
||||
More information can be found in this [Forum Topic](https://forums.meteor.com/t/announcing-extended-support-maintenance-for-node-js-14/59811/11), in this [blogpost](https://blog.meteor.com/announcing-extended-support-maintenance-for-node-js-14-f9e8381f8bb5) by [Fred Maia](https://github.com/fredmaiaarantes)
|
||||
and in this [PR](https://github.com/meteor/node-v14-esm/pull/1) by [denihs](https://github.com/denihs), where we have all changes that were made.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user