Update npm modules and drop support for Node.js 10 (#196)

Following packages have been updated:

* eslint
* eslint-config-wikimedia
* mocha
This commit is contained in:
Abijeet Patro
2022-01-18 19:56:41 +05:30
committed by GitHub
parent daa44ed137
commit b25ce367fb
3 changed files with 2782 additions and 734 deletions

View File

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