Fix minimum nodejs requirements (#482)

The minimum version for metaplex to work is 14.17.x
This commit is contained in:
Yani Iliev 2021-09-25 01:06:10 +07:00 committed by GitHub
parent a7cca2ecf8
commit 90fa175154
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
## Setup
Be sure to be running Node v12.16.2 and yarn version 1.22.10.
Be sure to be running Node v14.17.6 and yarn version 1.22.10.
`yarn bootstrap`

View File

@ -8,7 +8,7 @@
"keywords": [],
"license": "Apache-2.0",
"engines": {
"node": ">=6.0.0"
"node": "~14.17"
},
"scripts": {
"bootstrap": "lerna link && lerna bootstrap",