-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Drop node 4 support #490
Comments
Here are some note from when i initially looked at this issue.
I am not against dropping Node v4, but we should look into supporting Node v7. |
That sounds good, supporting node 8 would be good also it's the next LTS. You're right
Then what feels like 2 hours later:
|
Looks like there might be a fix for this soon, see enzymejs/enzyme#1285 |
I'm down with dropping node 4. ❎ |
It looks like enzymejs/enzyme#1285 is sorted out. Are we all OK to drop Node 4 support? |
I'm okay w/ it if we must, but I'm unclear. The last comment in the thread you linked says the Enzyme CI actually runs Node 4 too. Where did you read that they don't support Node 4? |
I must have misread. In that case, ignore my last comment. |
Closing this issue as the problem with node 4 was resolved upstream in |
Currently, it looks like CI builds are failing and I suspect they have been since updating to react 16 in #480.
After looking into this, it turns out enzyme swapped one of their dependencies
scapel
forrst-selector-parser
which only supports node 5 and above. It also seems that node 4 is no longer active according to the node release schedule, so my question is can this repo drop support for node 4?For further details see comments in #488.
The text was updated successfully, but these errors were encountered: