Bump minimum Node.js version to 10.x (#122)

In a subsequent patch #120, we bump eslint-config-wikimedia to
0.17.0, which also requires bumping eslint to 7.9.0 which drops
support for Node.js 8.x

Bug: T266462
This commit is contained in:
Abijeet Patro
2020-10-27 17:03:00 +05:30
committed by GitHub
parent 90acf1ca7e
commit 3ef31ed26a
2 changed files with 2 additions and 2 deletions

View File

@@ -35,7 +35,7 @@
"url": "http://github.com/wikimedia/language-data/issues"
},
"engine": {
"node": ">=8.0.0"
"node": ">=10.0.0"
},
"license": "GPL-2.0-or-later",
"scripts": {