adjust supported node versions

This commit is contained in:
Scott Lamb 2023-01-11 19:37:13 -08:00
parent 50fa5ce6fe
commit 9060dbfe14
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,7 @@ jobs:
name: Node ${{ matrix.node }}
strategy:
matrix:
node: [ "12", "14", "16" ]
node: [ "14", "16", "18" ]
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2

View File

@ -179,7 +179,7 @@ To build the server, you will need the following C libraries installed:
the `ncurses` library.
To build the UI, you'll need a [nodejs](https://nodejs.org/en/download/) release
in "Maintenance LTS" or "Active LTS" status: currently v12 or v14.
in "Maintenance" or "LTS" status: currently v14, v16, or v18.
On recent Ubuntu or Raspbian Linux, the following command will install
most non-Rust dependencies: