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
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Please note this issue tracker is not a help forum. We recommend using StackOverflow or our discord channel for questions.
🐛 Bug Report
while running jest on our CI server, we kept getting an error
as mentioned here
the problem was that our CI server is running on Node 13.2 but that version doesn't work correctly with the imports for the yargs library
as mentioned in that PR, the imports are supported in node 13.7
To Reproduce
Steps to reproduce the behavior:
run jest using Node 13.2
Expected behavior
update the
engines
value inpackage.json
so that the proper version of node is requiredLink to repl or repo (highly encouraged)
envinfo
The text was updated successfully, but these errors were encountered: