chore: drop support for node <10.9 (#2207)

* drop node <10.9 on 2020

* misc: add nvmrc

Co-authored-by: Endi <endiliey@gmail.com>
This commit is contained in:
Yangshun Tay 2020-01-12 13:24:11 +08:00 committed by GitHub
parent 7f3829124b
commit a38125a718
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
20 changed files with 30 additions and 14 deletions

View file

@ -32,6 +32,6 @@
"react-dom": "^16.8.4"
},
"engines": {
"node": ">= 8.10.0"
"node": ">=10.9.0"
}
}