We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 506faae + 11a147d commit a303256Copy full SHA for a303256
.github/workflows/ci.yaml
@@ -8,7 +8,7 @@ jobs:
8
9
strategy:
10
matrix:
11
- node-version: [8, 12, 14]
+ node-version: ['20.x', '22.x', '23.x']
12
13
steps:
14
- uses: actions/checkout@v3
package.json
@@ -29,7 +29,7 @@
29
"wikibase-data-values": "^0.10.0"
30
},
31
"devDependencies": {
32
- "eslint": "^4.19.1",
+ "eslint": "^5.16.0",
33
"eslint-config-wikimedia": "0.4.0",
34
"eslint-plugin-mediawiki": "^0.2.1",
35
"karma": "^1.7.0",
0 commit comments