Skip to content

Commit

Permalink
Bump Node LTS to 14, and Node PrevLTS to 12. (facebook#30237)
Browse files Browse the repository at this point in the history
Summary:
On October 27, 2020, Node 14 will enter active LTS status, and Node 12 will enter maintenance LTS status at the end of November.

With these upcoming dates in mind, I am bumping the Circle CI NodeLTS executor to use Node 14, and the NodePrevLTS executor to use Node 12.

With these changes, Node 12 will be hereto considered the minimum supported version.

## Changelog

<!-- Help reviewers and the release process by writing your own changelog entry. For an example, see:
https://github.com/facebook/react-native/wiki/Changelog
-->

[Changed] [JavaScript] - Bump minimum Node version to 12 LTS

Pull Request resolved: facebook#30237

Test Plan: Circle CI

Reviewed By: PeteTheHeat

Differential Revision: D24513133

Pulled By: hramos

fbshipit-source-id: 2651d954d546e5f7c9e40b54ef3ee976ad9b2d5e
  • Loading branch information
hramos authored and facebook-github-bot committed Oct 24, 2020
1 parent ca00173 commit 0d1f93c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ executors:
nodelts:
<<: *defaults
docker:
- image: circleci/node:12
- image: circleci/node:14
nodeprevlts:
<<: *defaults
docker:
- image: circleci/node:10
- image: circleci/node:12
reactnativeandroid:
<<: *defaults
docker:
Expand Down

0 comments on commit 0d1f93c

Please sign in to comment.