Skip to content
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

fix: return support for Node.js >=12.20.0 #3356

Merged
merged 1 commit into from
Nov 3, 2023
Merged

Conversation

char0n
Copy link
Member

@char0n char0n commented Nov 3, 2023

Array.prototype.at and Array.prototype.findLast are not available in Node.js 12.20.0 environment and calling them throws TypeError. This PR addressed this issue and returns back support for Node.js >= 12.20.0.

@char0n char0n self-assigned this Nov 3, 2023
@char0n char0n merged commit 75528ec into main Nov 3, 2023
8 checks passed
@char0n char0n deleted the char0n/node-12-support branch November 3, 2023 16:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant