Update CI and dependencies for latest node versions (#173)
* Update dependencies * Test in latest node versions
This commit is contained in:
committed by
GitHub
parent
b23d267c26
commit
3762fb7b94
2
.github/workflows/node.yml
vendored
2
.github/workflows/node.yml
vendored
@@ -7,7 +7,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
node-v: [10.x, 12.x]
|
||||
node-v: [10.x, 12.x, 14.x, 16.x]
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
|
||||
4106
package-lock.json
generated
4106
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -23,9 +23,9 @@
|
||||
"main": "src/index.js",
|
||||
"devDependencies": {
|
||||
"assert": "2.0.0",
|
||||
"eslint": "^7.9.0",
|
||||
"eslint-config-wikimedia": "0.17.0",
|
||||
"mocha": "7.1.1"
|
||||
"eslint": "^7.32.0",
|
||||
"eslint-config-wikimedia": "0.20.0",
|
||||
"mocha": "9.1.1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
Reference in New Issue
Block a user