Merge PR #640 from 'Anunayj/node-16-ci'

This commit is contained in:
Matthew Zipkin 2021-10-25 16:27:40 -04:00
commit 37731e6323
No known key found for this signature in database
GPG key ID: E7E2984B6289C93A
2 changed files with 2 additions and 2 deletions

View file

@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
node-version: [10.x, 12.x, 14.x]
node-version: [12.x, 14.x, 16.x]
steps:

View file

@ -7,7 +7,7 @@ __HSD__ is an implementation of the [Handshake][handshake] Protocol.
## Install
`hsd` requires Node.js v10 or higher
`hsd` requires Node.js v12 or higher
### Building From Source