Skip to content

Node.js v16 has been deprecated #530

Open
@JohnAlbin

Description

@JohnAlbin

Node.js v16 was deprecated ahead of the normal schedule. It was deprecated on Sept 11, 2023

This will also affect Vercel hosting on Febr 6 2024 when Vercel disabled Node.js v16 hosting.

Currently, the .nvmrc file is pinned to v16.19.0, which is unnecessarily specific imho. It should be set to v18 (so developers can use whatever specific version of v18.x that they have.

The package.json also specifies:

 "engines": {
    "node": ">=16.19.0"
  }

This should be changed to v18.0.0.

Metadata

Metadata

Assignees

No one assigned

    Labels

    dependenciesPull requests that update a dependency fileenhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions