Merge PR #640 from 'Anunayj/node-16-ci'
This commit is contained in:
commit
37731e6323
2 changed files with 2 additions and 2 deletions
2
.github/workflows/node.js.yml
vendored
2
.github/workflows/node.js.yml
vendored
|
|
@ -13,7 +13,7 @@ jobs:
|
|||
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [10.x, 12.x, 14.x]
|
||||
node-version: [12.x, 14.x, 16.x]
|
||||
|
||||
steps:
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue