Skip to content

Commit

Permalink
Update Node.js compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
remcohaszing committed Sep 25, 2023
1 parent 0827732 commit 677777c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ various editors.
## Install

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

```sh
npm install unified-language-server
Expand Down Expand Up @@ -225,7 +225,7 @@ server features:

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

This project uses [`vscode-languageserver`][vscode-languageserver] 7, which
Expand Down

0 comments on commit 677777c

Please sign in to comment.