Skip to content

Commit

Permalink
Remove support for Node.js 14 (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
remcohaszing committed Sep 25, 2023
1 parent 3ae00d5 commit f142e19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Expand Up @@ -38,7 +38,7 @@ consume this package.
## Install

This package is [ESM only](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c).
In Node.js (version 14.14+, 16.0+, or 18.0+), install with [npm][]:
In Node.js (version 16.0+, or 18.0+), install with [npm][]:

```sh
npm install remark-language-server
Expand Down Expand Up @@ -116,7 +116,7 @@ Visual Studio Code.

Projects maintained by the unified collective are compatible with all maintained
versions of Node.js.
As of now, that is Node.js 14.14+, 16.0+, and 18.0+.
As of now, that is Node.js 16.0+, and 18.0+.
Our projects sometimes work with older versions, but this is not guaranteed.

## Contribute
Expand Down

0 comments on commit f142e19

Please sign in to comment.