-
Notifications
You must be signed in to change notification settings - Fork 884
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
* Update all GH workflow config to update node 14.x > 16.x #1898
Conversation
Weren't there problems with node 16? Or am I just imagining things |
What problems? |
Only thing I can think of is package-lock conflicts (we're not using package-lock anymore and 16 is the currently active version so I think this change is reasonable) |
Another reason for using 16 |
There are issues on node 17 (we need to use a newer webpack version to fix it AFAIK), 16 is fine though. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I feel like we had to revert to v14 for some reason, but I can't remember. I think it was a temp solution anyways. If this causes problems then we'll look at it again I guess.
Pull Request Type
Please select what type of pull request this is:
Related issue
N/A
Description
Update all GH Action config to use Node 16.x instead of 14.x
16.x is the latest LTS version now
Screenshots (if appropriate)
N/A
Testing (for code that is not small enough to be easily understandable)
No testing done...
Well I am using Node 16.x locally for running FT in dev
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.