docs: Add minimum node version v11 (#370)

This commit is contained in:
Jake Burden 2021-06-09 11:34:45 -04:00 committed by GitHub
parent 6ed71d7e68
commit 39d0c62a2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 1 deletions

View File

@ -51,3 +51,9 @@ npm install -g @project-serum/anchor
Make sure your `NODE_PATH` is set properly so that globally installed modules
can be resolved.
## Minimum version requirements
| Build tool | Version |
|:------------|:---------------|
| Node.js | v11.0.0 |

View File

@ -10,7 +10,7 @@
"access": "public"
},
"engines": {
"node": ">=10"
"node": ">=11"
},
"scripts": {
"build": "rm -rf dist/ && yarn build:node",