Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Maintenance] Switch to node-14 as the oldest tested environment #1189

Merged
merged 2 commits into from
Jan 7, 2022

Conversation

fbartho
Copy link
Member

@fbartho fbartho commented Jan 6, 2022

create-react-app requires >= node-14, and our test-CI workflow requires create-react-app to succeed. See the CI failure in #1188

This PR upgrades all the node-versions that I could find from 10, 10.3, or unspecified, to node 14.

Alternatives

A. only upgrade the CI for that particular GitHub action workflow
B. upgrade to node-16 (14 has already been in maintenance mode for a long time)
C. upgrade to node-17
D. upgrade to node-18 (18 won't enter LTS until October)
E. Delete the create-react-app test case

Node Version Chart

We could also add an entry to our package.json engines to express whichever decision we make.

Blocking

This PR Blocks: #1176, #1186, #1188, #1190, and any future PRs from going green in CI

.babelrc Outdated Show resolved Hide resolved
@orta orta merged commit a64699c into fb/release-10.8.0 Jan 7, 2022
@orta
Copy link
Member

orta commented Jan 7, 2022

Looks reasonable to me

@glensc glensc deleted the fb/node-14 branch March 17, 2022 09:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants