Skip to content

Commit a303256

Browse files
authored
Merge pull request #107 from wmde/ci-node-bump
Run tests on modern node js versions
2 parents 506faae + 11a147d commit a303256

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88

99
strategy:
1010
matrix:
11-
node-version: [8, 12, 14]
11+
node-version: ['20.x', '22.x', '23.x']
1212

1313
steps:
1414
- uses: actions/checkout@v3

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"wikibase-data-values": "^0.10.0"
3030
},
3131
"devDependencies": {
32-
"eslint": "^4.19.1",
32+
"eslint": "^5.16.0",
3333
"eslint-config-wikimedia": "0.4.0",
3434
"eslint-plugin-mediawiki": "^0.2.1",
3535
"karma": "^1.7.0",

0 commit comments

Comments
 (0)