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

build: upgrade & consolidate @types/node at v18.11.9 - NodeJS typings #3067

Commits on Mar 18, 2024

  1. build: upgrade & consolidate @types/node at v18.11.9 - NodeJS typings

    1. The default/suggested NodeJS version we use and recommend is v18 LTS
    but there were a lot of places in the code that still declared v14 and
    v16 both of which are now EOL.
    2. This was/is working fine but eventually we'll hit some compiler issue
    where the upgrade will be forced so it's most likely wiser to do this little
    quality of life/housekeeping change now when it's not urgent.
    
    Signed-off-by: Peter Somogyvari <[email protected]>
    petermetz authored and outSH committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    55760f9 View commit details
    Browse the repository at this point in the history