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
Hey @wrrnlim, thanks for the report and for your patience. Slowly catching up on my backlog.
However, you did actually correctly report the related issue. This was a bit of bad planning on the node team's part, because, there was no overlap or grace time, you had to choose one or the other (one version would crash, and the other would work). So we used assert for v20 for a while and eventually switched to with for v22, once node v20 ended it's "active" version period.
Usually we would have supported v20 throughout it's maintenance period too, but in this case, we had to choose one or the other (or publish two separate versions of yahoo-finance, which is beyond the capabilities of our small team, unfortunately).
Bug Report
Describe the bug
Getting the following error in Node v20:
Minimal Reproduction
Run the following using Node v20:
Environment
Browser or Node: Node
Node version (if applicable): v20.9.0
Npm version: 10.1.0
Browser verion (if applicable): N/A
Library version (e.g.
1.10.1
): 2.13.2Additional Context
The text was updated successfully, but these errors were encountered: