Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use LTS and LTS-1 Node versions (facebook#28048)
Summary: Previous config used Node10 and NodeLTS executors, but the naming wasn't accurate. As of today, Node 12 is LTS, Node 10 is also LTS but entering maintenance in April: https://nodejs.org/en/about/releases/ This PR switches all jobs to use Node 12 as nodelts, and renames test_js_lts to test_js_prevlts to reflect it's use of Node 10 (the previous Node LTS release). The executors are named NodeLTS and NodeLTSPrev. Later this year, we can switch these to use Node 14 and Node 12 as Node 10 goes into maintenance. ## Changelog [Internal] Pull Request resolved: facebook#28048 Test Plan: Circle CI Reviewed By: TheSavior Differential Revision: D19887240 Pulled By: hramos fbshipit-source-id: a8d553dca0f47a5ab6132a3880830a60a1b28736
- Loading branch information