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

@@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix:
node-v: [8.x, 10.x, 12.x] node-v: [10.x, 12.x]
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v2 uses: actions/checkout@v2

View File

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