Bump minimum supported Node.js version to 14.0.0

Latest version of ESLint no longer supports v12.0.0 that went EOL
in April, 2022

Add Node.js 18.0.0 to CI
This commit is contained in:
Abijeet
2023-01-21 12:33:42 +05:30
committed by Abijeet Patro
parent aa4cef355c
commit 1def6a83a9
2 changed files with 2 additions and 2 deletions

View File

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

View File

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