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

Replace keyword "assert" with "with" for NodeJS v22+ support #2398

Closed
wants to merge 2 commits into from

Commits on Apr 30, 2024

  1. Replace removed keyword for NodeJS v22+ support

    Replace keyword "assert" with "with" to work with NodeJS v22+
    Requires NodeJS v18.20.x+ (LTS) or v20.10+
    
    NodeJS PR that removed the keyword: nodejs/node#52104
    Refusings authored Apr 30, 2024
    Configuration menu
    Copy the full SHA
    757dc4d View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. Configuration menu
    Copy the full SHA
    46a3bfc View commit details
    Browse the repository at this point in the history