Skip to content

Commit

Permalink
Require Node>=16
Browse files Browse the repository at this point in the history
  • Loading branch information
dholms committed May 10, 2022
1 parent 74fcd51 commit c495d55
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
"author": "Daniel Holmgren <[email protected]>",
"license": "MIT",
"private": true,
"engines": {
"node": ">=16"
},
"workspaces": [
"common",
"cli",
Expand Down

0 comments on commit c495d55

Please sign in to comment.