Require Node>=16
This commit is contained in:
parent
74fcd510d5
commit
c495d551cb
@ -58,7 +58,7 @@ This is a monorepo containing three packages:
|
||||

|
||||
|
||||
## 🏎️ 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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user