Require Node>=16

This commit is contained in:
dholms 2022-05-10 09:54:52 -06:00
parent 74fcd510d5
commit c495d551cb
2 changed files with 4 additions and 1 deletions

@ -58,7 +58,7 @@ This is a monorepo containing three packages:
![demo.gif](./docs/demo.gif)
## 🏎️ Quick use
_Requires Node>=15, and yarn_
_Requires Node>=16, and yarn_
Want to jump right in? Follow these steps to get a sample two server network up and running.

@ -6,6 +6,9 @@
"author": "Daniel Holmgren <dtholmgren@gmail.com>",
"license": "MIT",
"private": true,
"engines": {
"node": ">=16"
},
"workspaces": [
"common",
"cli",