You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would expect the 7 app should only support Node 22 and above. It doesn't make sense to support an old LTS release for something that's still in development.
Describe the bug
Node that runs Eslint complains about missing structuredClone, which is present in node 22 but not node 20
To Reproduce
Steps to reproduce the behavior:
Clone the 7 branch, make install then try to run eslint on a file in the apps/seven folder
Expected behavior
Eslint should not crash
Screenshots
If applicable, add screenshots or videos to help explain your problem.
Software (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: