Skip to content

Commit 0d1f93c

Browse files
hramosfacebook-github-bot
authored andcommitted
Bump Node LTS to 14, and Node PrevLTS to 12. (#30237)
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: #30237 Test Plan: Circle CI Reviewed By: PeteTheHeat Differential Revision: D24513133 Pulled By: hramos fbshipit-source-id: 2651d954d546e5f7c9e40b54ef3ee976ad9b2d5e
1 parent ca00173 commit 0d1f93c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ executors:
2828
nodelts:
2929
<<: *defaults
3030
docker:
31-
- image: circleci/node:12
31+
- image: circleci/node:14
3232
nodeprevlts:
3333
<<: *defaults
3434
docker:
35-
- image: circleci/node:10
35+
- image: circleci/node:12
3636
reactnativeandroid:
3737
<<: *defaults
3838
docker:

0 commit comments

Comments
 (0)